Html Css Color HEX #CF032C Fire Engine Red

📋 copy color: '#CF032C'

red 207 ◦ green 3 ◦ blue 44

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

Shades of Fire Engine Red #CF032C

Tints of Fire Engine Red #CF032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 81.5%
G = 1.18%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF032C (or 0xCF032C) is known color: Fire Engine Red. HEX triplet: CF, 03 and 2C. RGB value is (207,3,44). Sum of RGB (Red+Green+Blue) = 207+3+44=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF032C is #30FCD3. Grayscale: #444444. Windows color (decimal): -3210452 or 2884559. OLE color: 2884559.

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

Color convert

RGB 207 3 44 -
CMYK 0 0.99 0.79 0.19
HSL 347.94º 0.97% 0.41% -
HSV(B) 347.94º 0.99% 0.81% -
XYZ 26.22 13.51 3.61 -
YUV 68.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 207 3 44 0 0.99 0.79 0.19 347.94 0.97 0.41
Hex CF 3 2C 0 63 4F 13 15C 61 29
Octal 317 3 54 0 143 117 23 534 141 51
Binary 11001111 11 101100 0 1100011 1001111 10011 101011100 1100001 101001

Color Harmonies of #CF032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF032C

Black with #CF032C

Text Example


Text Example

White with #CF032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF032C; }

 p { color: rgb(207,3,44); }

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

background-color css

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

 a { background-color: rgb(207,3,44); }

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

border-color css

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

 span { border-color: rgb(207,3,44); }

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