Html Css Color HEX #CF0737 Crimson

📋 copy color: '#CF0737'

red 207 ◦ green 7 ◦ blue 55

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

Shades of Crimson #CF0737

Tints of Crimson #CF0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 76.95%
G = 2.6%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF0737 (or 0xCF0737) is known color: Crimson. HEX triplet: CF, 07 and 37. RGB value is (207,7,55). Sum of RGB (Red+Green+Blue) = 207+7+55=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0737 is #30F8C8. Grayscale: #484848. Windows color (decimal): -3209417 or 3606479. OLE color: 3606479.

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

Color convert

RGB 207 7 55 -
CMYK 0 0.97 0.73 0.19
HSL 345.6º 0.93% 0.42% -
HSV(B) 345.6º 0.97% 0.81% -
XYZ 26.5 13.69 4.86 -
YUV 72.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 207 7 55 0 0.97 0.73 0.19 345.6 0.93 0.42
Hex CF 7 37 0 61 49 13 15A 5D 2A
Octal 317 7 67 0 141 111 23 532 135 52
Binary 11001111 111 110111 0 1100001 1001001 10011 101011010 1011101 101010

Color Harmonies of #CF0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0737

Black with #CF0737

Text Example


Text Example

White with #CF0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0737; }

 p { color: rgb(207,7,55); }

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

background-color css

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

 a { background-color: rgb(207,7,55); }

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

border-color css

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

 span { border-color: rgb(207,7,55); }

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