Html Css Color HEX #C9181C Fire Engine Red

📋 copy color: '#C9181C'

red 201 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #C9181C

Tints of Fire Engine Red #C9181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 79.45%
G = 9.49%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9181C (or 0xC9181C) is known color: Fire Engine Red. HEX triplet: C9, 18 and 1C. RGB value is (201,24,28). Sum of RGB (Red+Green+Blue) = 201+24+28=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C9181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9181C is #36E7E3. Grayscale: #4D4D4D. Windows color (decimal): -3598308 or 1841353. OLE color: 1841353.

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

Color convert

RGB 201 24 28 -
CMYK 0 0.88 0.86 0.21
HSL 358.64º 0.79% 0.44% -
HSV(B) 358.64º 0.88% 0.79% -
XYZ 24.62 13.15 2.34 -
YUV 77.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 201 24 28 0 0.88 0.86 0.21 358.64 0.79 0.44
Hex C9 18 1C 0 58 56 15 167 4F 2C
Octal 311 30 34 0 130 126 25 547 117 54
Binary 11001001 11000 11100 0 1011000 1010110 10101 101100111 1001111 101100

Color Harmonies of #C9181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9181C

Black with #C9181C

Text Example


Text Example

White with #C9181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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