#CF0D48

Color #CF0D48 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF0D48

Tints of Crimson #CF0D48

Color information

#CF0D48 (or 0xCF0D48) is unknown color: approx Crimson. HEX triplet: CF, 0D and 48. RGB value is (207,13,72). Sum of RGB (Red+Green+Blue) = 207+13+72=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D48 is #30F2B7. Grayscale: #4D4D4D. Windows color (decimal): -3207864 or 4722127. OLE color: 4722127.

HSL color Cylindrical-coordinate representation of color #CF0D48: hue angle of 341.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D48 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2071372-
CMYK00.940.650.19
HSL341.75º88.18%43.14%-
HSV(B)341.75º93.72%81.18%-
XYZ27.0514.027.41-
YUV77.73124.77220.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 70.89%
GREEN value IS 13 (5.47% from 255) = 4.45%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=70.89%
G=4.45%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207137200.940.650.19341.7588.1843.14
HexCFD4805E4113156582b
Octal3171511001361012352613053
Binary1100111111011001000010111101000001100111010101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0D48; }

 p { color: rgb(207,13,72); }

 H1.HeaderClassName
 {
   color: #CF0D48;
 }
 .AnyTagClassName
 {
   color: #CF0D48;
 }
</style>
background-color css

<style>
 a { background-color: #CF0D48; }

 a { background-color: rgb(207,13,72); }

 div.DivClassName
 {
   background-color: #CF0D48;
 }
 .BgClassName
 {
   background-color: #CF0D48;
 }
</style>
border-color css

<style>
 span { border-color: #CF0D48; }

 span { border-color: rgb(207,13,72); }

 td.TdClassName
 {
   border-color: #CF0D48;
 }
 .TagClassName
 {
   border-color: #CF0D48;
 }
</style>