Html Css Color HEX #CF062C Fire Engine Red

📋 copy color: '#CF062C'

red 207 ◦ green 6 ◦ blue 44

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

Shades of Fire Engine Red #CF062C

Tints of Fire Engine Red #CF062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 80.54%
G = 2.33%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF062C (or 0xCF062C) is known color: Fire Engine Red. HEX triplet: CF, 06 and 2C. RGB value is (207,6,44). Sum of RGB (Red+Green+Blue) = 207+6+44=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF062C is #30F9D3. Grayscale: #464646. Windows color (decimal): -3209684 or 2885327. OLE color: 2885327.

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

Color convert

RGB 207 6 44 -
CMYK 0 0.97 0.79 0.19
HSL 348.66º 0.94% 0.42% -
HSV(B) 348.66º 0.97% 0.81% -
XYZ 26.25 13.58 3.62 -
YUV 70.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 207 6 44 0 0.97 0.79 0.19 348.66 0.94 0.42
Hex CF 6 2C 0 61 4F 13 15D 5E 2A
Octal 317 6 54 0 141 117 23 535 136 52
Binary 11001111 110 101100 0 1100001 1001111 10011 101011101 1011110 101010

Color Harmonies of #CF062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF062C

Black with #CF062C

Text Example


Text Example

White with #CF062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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