Html Css Color HEX #CF0F49 Crimson

📋 copy color: '#CF0F49'

red 207 ◦ green 15 ◦ blue 73

#CF0F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CF0F49

Tints of Crimson #CF0F49

RGB

 RED value IS 207 (81.25% from 255) = 70.17%

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 70.17%
G = 5.08%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0F49 (or 0xCF0F49) is known color: Crimson. HEX triplet: CF, 0F and 49. RGB value is (207,15,73). Sum of RGB (Red+Green+Blue) = 207+15+73=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F49 is #30F0B6. Grayscale: #4E4E4E. Windows color (decimal): -3207351 or 4788175. OLE color: 4788175.

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

Color convert

RGB 207 15 73 -
CMYK 0 0.93 0.65 0.19
HSL 341.88º 0.86% 0.44% -
HSV(B) 341.88º 0.93% 0.81% -
XYZ 27.11 14.09 7.59 -
YUV 79.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 207 15 73 0 0.93 0.65 0.19 341.88 0.86 0.44
Hex CF F 49 0 5D 41 13 156 56 2C
Octal 317 17 111 0 135 101 23 526 126 54
Binary 11001111 1111 1001001 0 1011101 1000001 10011 101010110 1010110 101100

Color Harmonies of #CF0F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F49

Black with #CF0F49

Text Example


Text Example

White with #CF0F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F49; }

 p { color: rgb(207,15,73); }

 H1.HeaderClassName
 {
   color: #CF0F49;
 }
 .AnyTagClassName
 {
   color: #CF0F49;
 }
</style>

background-color css

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

 a { background-color: rgb(207,15,73); }

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

border-color css

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

 span { border-color: rgb(207,15,73); }

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