Html Css Color HEX #C9151E Fire Engine Red

📋 copy color: '#C9151E'

red 201 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #C9151E

Tints of Fire Engine Red #C9151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 79.76%
G = 8.33%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9151E (or 0xC9151E) is known color: Fire Engine Red. HEX triplet: C9, 15 and 1E. RGB value is (201,21,30). Sum of RGB (Red+Green+Blue) = 201+21+30=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9151E is #36EAE1. Grayscale: #4B4B4B. Windows color (decimal): -3599074 or 1971657. OLE color: 1971657.

HSL color Cylindrical-coordinate representation of color #C9151E: hue angle of 357º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9151E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 30 -
CMYK 0 0.90 0.85 0.21
HSL 357º 0.81% 0.44% -
HSV(B) 357º 0.9% 0.79% -
XYZ 24.59 13.05 2.45 -
YUV 75.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 201 21 30 0 0.90 0.85 0.21 357 0.81 0.44
Hex C9 15 1E 0 5A 55 15 165 51 2C
Octal 311 25 36 0 132 125 25 545 121 54
Binary 11001001 10101 11110 0 1011010 1010101 10101 101100101 1010001 101100

Color Harmonies of #C9151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9151E

Black with #C9151E

Text Example


Text Example

White with #C9151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9151E; }

 p { color: rgb(201,21,30); }

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

background-color css

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

 a { background-color: rgb(201,21,30); }

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

border-color css

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

 span { border-color: rgb(201,21,30); }

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