Html Css Color HEX #CF2029 Fire Engine Red

📋 copy color: '#CF2029'

red 207 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #CF2029

Tints of Fire Engine Red #CF2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 73.93%
G = 11.43%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF2029 (or 0xCF2029) is known color: Fire Engine Red. HEX triplet: CF, 20 and 29. RGB value is (207,32,41). Sum of RGB (Red+Green+Blue) = 207+32+41=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2029 is #30DFD6. Grayscale: #555555. Windows color (decimal): -3203031 or 2695375. OLE color: 2695375.

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

Color convert

RGB 207 32 41 -
CMYK 0 0.85 0.80 0.19
HSL 356.91º 0.73% 0.47% -
HSV(B) 356.91º 0.85% 0.81% -
XYZ 26.65 14.46 3.48 -
YUV 85.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 207 32 41 0 0.85 0.80 0.19 356.91 0.73 0.47
Hex CF 20 29 0 55 50 13 165 49 2F
Octal 317 40 51 0 125 120 23 545 111 57
Binary 11001111 100000 101001 0 1010101 1010000 10011 101100101 1001001 101111

Color Harmonies of #CF2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2029

Black with #CF2029

Text Example


Text Example

White with #CF2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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