Html Css Color HEX #C9181A Fire Engine Red

📋 copy color: '#C9181A'

red 201 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #C9181A

Tints of Fire Engine Red #C9181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 80.08%
G = 9.56%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9181A (or 0xC9181A) is known color: Fire Engine Red. HEX triplet: C9, 18 and 1A. RGB value is (201,24,26). Sum of RGB (Red+Green+Blue) = 201+24+26=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9181A is #36E7E5. Grayscale: #4D4D4D. Windows color (decimal): -3598310 or 1710281. OLE color: 1710281.

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

Color convert

RGB 201 24 26 -
CMYK 0 0.88 0.87 0.21
HSL 359.32º 0.79% 0.44% -
HSV(B) 359.32º 0.88% 0.79% -
XYZ 24.6 13.15 2.22 -
YUV 77.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 201 24 26 0 0.88 0.87 0.21 359.32 0.79 0.44
Hex C9 18 1A 0 58 57 15 167 4F 2C
Octal 311 30 32 0 130 127 25 547 117 54
Binary 11001001 11000 11010 0 1011000 1010111 10101 101100111 1001111 101100

Color Harmonies of #C9181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9181A

Black with #C9181A

Text Example


Text Example

White with #C9181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9181A; }

 p { color: rgb(201,24,26); }

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

background-color css

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

 a { background-color: rgb(201,24,26); }

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

border-color css

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

 span { border-color: rgb(201,24,26); }

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