Html Css Color HEX #CF0837 Crimson

📋 copy color: '#CF0837'

red 207 ◦ green 8 ◦ blue 55

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

Shades of Crimson #CF0837

Tints of Crimson #CF0837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 76.67%
G = 2.96%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF0837 (or 0xCF0837) is known color: Crimson. HEX triplet: CF, 08 and 37. RGB value is (207,8,55). Sum of RGB (Red+Green+Blue) = 207+8+55=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0837 is #30F7C8. Grayscale: #484848. Windows color (decimal): -3209161 or 3606735. OLE color: 3606735.

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

Color convert

RGB 207 8 55 -
CMYK 0 0.96 0.73 0.19
HSL 345.83º 0.93% 0.42% -
HSV(B) 345.83º 0.96% 0.81% -
XYZ 26.51 13.71 4.86 -
YUV 72.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 207 8 55 0 0.96 0.73 0.19 345.83 0.93 0.42
Hex CF 8 37 0 60 49 13 15A 5D 2A
Octal 317 10 67 0 140 111 23 532 135 52
Binary 11001111 1000 110111 0 1100000 1001001 10011 101011010 1011101 101010

Color Harmonies of #CF0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0837

Black with #CF0837

Text Example


Text Example

White with #CF0837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0837; }

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

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

background-color css

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

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

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

border-color css

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

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

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