Html Css Color HEX #C9131E Fire Engine Red

📋 copy color: '#C9131E'

red 201 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #C9131E

Tints of Fire Engine Red #C9131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 80.4%
G = 7.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9131E (or 0xC9131E) is known color: Fire Engine Red. HEX triplet: C9, 13 and 1E. RGB value is (201,19,30). Sum of RGB (Red+Green+Blue) = 201+19+30=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9131E is #36ECE1. Grayscale: #4A4A4A. Windows color (decimal): -3599586 or 1971145. OLE color: 1971145.

HSL color Cylindrical-coordinate representation of color #C9131E: hue angle of 356.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9131E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 30 -
CMYK 0 0.91 0.85 0.21
HSL 356.37º 0.83% 0.43% -
HSV(B) 356.37º 0.91% 0.79% -
XYZ 24.55 12.98 2.44 -
YUV 74.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 201 19 30 0 0.91 0.85 0.21 356.37 0.83 0.43
Hex C9 13 1E 0 5B 55 15 164 53 2B
Octal 311 23 36 0 133 125 25 544 123 53
Binary 11001001 10011 11110 0 1011011 1010101 10101 101100100 1010011 101011

Color Harmonies of #C9131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9131E

Black with #C9131E

Text Example


Text Example

White with #C9131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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