Html Css Color HEX #CF0829 Fire Engine Red

📋 copy color: '#CF0829'

red 207 ◦ green 8 ◦ blue 41

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

Shades of Fire Engine Red #CF0829

Tints of Fire Engine Red #CF0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 80.86%
G = 3.13%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF0829 (or 0xCF0829) is known color: Fire Engine Red. HEX triplet: CF, 08 and 29. RGB value is (207,8,41). Sum of RGB (Red+Green+Blue) = 207+8+41=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0829 is #30F7D6. Grayscale: #474747. Windows color (decimal): -3209175 or 2689231. OLE color: 2689231.

HSL color Cylindrical-coordinate representation of color #CF0829: hue angle of 350.05º 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 #CF0829 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 8 41 -
CMYK 0 0.96 0.80 0.19
HSL 350.05º 0.93% 0.42% -
HSV(B) 350.05º 0.96% 0.81% -
XYZ 26.22 13.6 3.34 -
YUV 71.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 207 8 41 0 0.96 0.80 0.19 350.05 0.93 0.42
Hex CF 8 29 0 60 50 13 15E 5D 2A
Octal 317 10 51 0 140 120 23 536 135 52
Binary 11001111 1000 101001 0 1100000 1010000 10011 101011110 1011101 101010

Color Harmonies of #CF0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0829

Black with #CF0829

Text Example


Text Example

White with #CF0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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