Html Css Color HEX #C9082B Fire Engine Red

📋 copy color: '#C9082B'

red 201 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #C9082B

Tints of Fire Engine Red #C9082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 79.76%
G = 3.17%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9082B (or 0xC9082B) is known color: Fire Engine Red. HEX triplet: C9, 08 and 2B. RGB value is (201,8,43). Sum of RGB (Red+Green+Blue) = 201+8+43=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082B is #36F7D4. Grayscale: #454545. Windows color (decimal): -3602389 or 2820297. OLE color: 2820297.

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

Color convert

RGB 201 8 43 -
CMYK 0 0.96 0.79 0.21
HSL 349.12º 0.92% 0.41% -
HSV(B) 349.12º 0.96% 0.79% -
XYZ 24.61 12.77 3.45 -
YUV 69.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 201 8 43 0 0.96 0.79 0.21 349.12 0.92 0.41
Hex C9 8 2B 0 60 4F 15 15D 5C 29
Octal 311 10 53 0 140 117 25 535 134 51
Binary 11001001 1000 101011 0 1100000 1001111 10101 101011101 1011100 101001

Color Harmonies of #C9082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9082B

Black with #C9082B

Text Example


Text Example

White with #C9082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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