Html Css Color HEX #C9161F Fire Engine Red

📋 copy color: '#C9161F'

red 201 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #C9161F

Tints of Fire Engine Red #C9161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 79.13%
G = 8.66%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9161F (or 0xC9161F) is known color: Fire Engine Red. HEX triplet: C9, 16 and 1F. RGB value is (201,22,31). Sum of RGB (Red+Green+Blue) = 201+22+31=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9161F is #36E9E0. Grayscale: #4C4C4C. Windows color (decimal): -3598817 or 2037449. OLE color: 2037449.

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

Color convert

RGB 201 22 31 -
CMYK 0 0.89 0.85 0.21
HSL 356.98º 0.8% 0.44% -
HSV(B) 356.98º 0.89% 0.79% -
XYZ 24.62 13.09 2.53 -
YUV 76.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 201 22 31 0 0.89 0.85 0.21 356.98 0.8 0.44
Hex C9 16 1F 0 59 55 15 165 50 2C
Octal 311 26 37 0 131 125 25 545 120 54
Binary 11001001 10110 11111 0 1011001 1010101 10101 101100101 1010000 101100

Color Harmonies of #C9161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9161F

Black with #C9161F

Text Example


Text Example

White with #C9161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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