Html Css Color HEX #C9062F Fire Engine Red

📋 copy color: '#C9062F'

red 201 ◦ green 6 ◦ blue 47

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

Shades of Fire Engine Red #C9062F

Tints of Fire Engine Red #C9062F

RGB

 RED value IS 201 (78.91% from 255) = 79.13%

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 79.13%
G = 2.36%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9062F (or 0xC9062F) is known color: Fire Engine Red. HEX triplet: C9, 06 and 2F. RGB value is (201,6,47). Sum of RGB (Red+Green+Blue) = 201+6+47=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9062F is #36F9D0. Grayscale: #454545. Windows color (decimal): -3602897 or 3081929. OLE color: 3081929.

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

Color convert

RGB 201 6 47 -
CMYK 0 0.97 0.77 0.21
HSL 347.38º 0.94% 0.41% -
HSV(B) 347.38º 0.97% 0.79% -
XYZ 24.67 12.75 3.85 -
YUV 68.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 201 6 47 0 0.97 0.77 0.21 347.38 0.94 0.41
Hex C9 6 2F 0 61 4D 15 15B 5E 29
Octal 311 6 57 0 141 115 25 533 136 51
Binary 11001001 110 101111 0 1100001 1001101 10101 101011011 1011110 101001

Color Harmonies of #C9062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9062F

Black with #C9062F

Text Example


Text Example

White with #C9062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9062F; }

 p { color: rgb(201,6,47); }

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

background-color css

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

 a { background-color: rgb(201,6,47); }

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

border-color css

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

 span { border-color: rgb(201,6,47); }

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