Html Css Color HEX #C9192A Fire Engine Red

📋 copy color: '#C9192A'

red 201 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #C9192A

Tints of Fire Engine Red #C9192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 75%
G = 9.33%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9192A (or 0xC9192A) is known color: Fire Engine Red. HEX triplet: C9, 19 and 2A. RGB value is (201,25,42). Sum of RGB (Red+Green+Blue) = 201+25+42=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9192A is #36E6D5. Grayscale: #4F4F4F. Windows color (decimal): -3598038 or 2759113. OLE color: 2759113.

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

Color convert

RGB 201 25 42 -
CMYK 0 0.88 0.79 0.21
HSL 354.2º 0.78% 0.44% -
HSV(B) 354.2º 0.88% 0.79% -
XYZ 24.85 13.28 3.44 -
YUV 79.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 201 25 42 0 0.88 0.79 0.21 354.2 0.78 0.44
Hex C9 19 2A 0 58 4F 15 162 4E 2C
Octal 311 31 52 0 130 117 25 542 116 54
Binary 11001001 11001 101010 0 1011000 1001111 10101 101100010 1001110 101100

Color Harmonies of #C9192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9192A

Black with #C9192A

Text Example


Text Example

White with #C9192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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