Html Css Color HEX #C9191D Fire Engine Red

📋 copy color: '#C9191D'

red 201 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #C9191D

Tints of Fire Engine Red #C9191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 78.82%
G = 9.8%
B = 11.37%

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

#C9191D (or 0xC9191D) is known color: Fire Engine Red. HEX triplet: C9, 19 and 1D. RGB value is (201,25,29). Sum of RGB (Red+Green+Blue) = 201+25+29=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9191D is #36E6E2. Grayscale: #4E4E4E. Windows color (decimal): -3598051 or 1907145. OLE color: 1907145.

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

Color convert

RGB 201 25 29 -
CMYK 0 0.88 0.86 0.21
HSL 358.64º 0.78% 0.44% -
HSV(B) 358.64º 0.88% 0.79% -
XYZ 24.66 13.2 2.41 -
YUV 78.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 201 25 29 0 0.88 0.86 0.21 358.64 0.78 0.44
Hex C9 19 1D 0 58 56 15 167 4E 2C
Octal 311 31 35 0 130 126 25 547 116 54
Binary 11001001 11001 11101 0 1011000 1010110 10101 101100111 1001110 101100

Color Harmonies of #C9191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9191D

Black with #C9191D

Text Example


Text Example

White with #C9191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9191D; }

 p { color: rgb(201,25,29); }

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

background-color css

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

 a { background-color: rgb(201,25,29); }

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

border-color css

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

 span { border-color: rgb(201,25,29); }

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