Html Css Color HEX #C9162D Fire Engine Red

📋 copy color: '#C9162D'

red 201 ◦ green 22 ◦ blue 45

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

Shades of Fire Engine Red #C9162D

Tints of Fire Engine Red #C9162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 75%
G = 8.21%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9162D (or 0xC9162D) is known color: Fire Engine Red. HEX triplet: C9, 16 and 2D. RGB value is (201,22,45). Sum of RGB (Red+Green+Blue) = 201+22+45=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9162D is #36E9D2. Grayscale: #4E4E4E. Windows color (decimal): -3598803 or 2954953. OLE color: 2954953.

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

Color convert

RGB 201 22 45 -
CMYK 0 0.89 0.78 0.21
HSL 352.29º 0.8% 0.44% -
HSV(B) 352.29º 0.89% 0.79% -
XYZ 24.85 13.18 3.72 -
YUV 78.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 201 22 45 0 0.89 0.78 0.21 352.29 0.8 0.44
Hex C9 16 2D 0 59 4E 15 160 50 2C
Octal 311 26 55 0 131 116 25 540 120 54
Binary 11001001 10110 101101 0 1011001 1001110 10101 101100000 1010000 101100

Color Harmonies of #C9162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9162D

Black with #C9162D

Text Example


Text Example

White with #C9162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9162D; }

 p { color: rgb(201,22,45); }

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

background-color css

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

 a { background-color: rgb(201,22,45); }

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

border-color css

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

 span { border-color: rgb(201,22,45); }

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