Html Css Color HEX #C9062B Fire Engine Red

📋 copy color: '#C9062B'

red 201 ◦ green 6 ◦ blue 43

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

Shades of Fire Engine Red #C9062B

Tints of Fire Engine Red #C9062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 80.4%
G = 2.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9062B (or 0xC9062B) is known color: Fire Engine Red. HEX triplet: C9, 06 and 2B. RGB value is (201,6,43). Sum of RGB (Red+Green+Blue) = 201+6+43=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9062B is #36F9D4. Grayscale: #444444. Windows color (decimal): -3602901 or 2819785. OLE color: 2819785.

HSL color Cylindrical-coordinate representation of color #C9062B: hue angle of 348.62º 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 #C9062B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 43 -
CMYK 0 0.97 0.79 0.21
HSL 348.62º 0.94% 0.41% -
HSV(B) 348.62º 0.97% 0.79% -
XYZ 24.59 12.72 3.45 -
YUV 68.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 201 6 43 0 0.97 0.79 0.21 348.62 0.94 0.41
Hex C9 6 2B 0 61 4F 15 15D 5E 29
Octal 311 6 53 0 141 117 25 535 136 51
Binary 11001001 110 101011 0 1100001 1001111 10101 101011101 1011110 101001

Color Harmonies of #C9062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9062B

Black with #C9062B

Text Example


Text Example

White with #C9062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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