Html Css Color HEX #CF0429 Fire Engine Red

📋 copy color: '#CF0429'

red 207 ◦ green 4 ◦ blue 41

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

Shades of Fire Engine Red #CF0429

Tints of Fire Engine Red #CF0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 82.14%
G = 1.59%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF0429 (or 0xCF0429) is known color: Fire Engine Red. HEX triplet: CF, 04 and 29. RGB value is (207,4,41). Sum of RGB (Red+Green+Blue) = 207+4+41=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0429 is #30FBD6. Grayscale: #444444. Windows color (decimal): -3210199 or 2688207. OLE color: 2688207.

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

Color convert

RGB 207 4 41 -
CMYK 0 0.98 0.80 0.19
HSL 349.06º 0.96% 0.41% -
HSV(B) 349.06º 0.98% 0.81% -
XYZ 26.18 13.51 3.33 -
YUV 68.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 207 4 41 0 0.98 0.80 0.19 349.06 0.96 0.41
Hex CF 4 29 0 62 50 13 15D 60 29
Octal 317 4 51 0 142 120 23 535 140 51
Binary 11001111 100 101001 0 1100010 1010000 10011 101011101 1100000 101001

Color Harmonies of #CF0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0429

Black with #CF0429

Text Example


Text Example

White with #CF0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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