Html Css Color HEX #C9172B Fire Engine Red

📋 copy color: '#C9172B'

red 201 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #C9172B

Tints of Fire Engine Red #C9172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 75.28%
G = 8.61%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9172B (or 0xC9172B) is known color: Fire Engine Red. HEX triplet: C9, 17 and 2B. RGB value is (201,23,43). Sum of RGB (Red+Green+Blue) = 201+23+43=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9172B is #36E8D4. Grayscale: #4E4E4E. Windows color (decimal): -3598549 or 2824137. OLE color: 2824137.

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

Color convert

RGB 201 23 43 -
CMYK 0 0.89 0.79 0.21
HSL 353.26º 0.79% 0.44% -
HSV(B) 353.26º 0.89% 0.79% -
XYZ 24.83 13.2 3.53 -
YUV 78.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 201 23 43 0 0.89 0.79 0.21 353.26 0.79 0.44
Hex C9 17 2B 0 59 4F 15 161 4F 2C
Octal 311 27 53 0 131 117 25 541 117 54
Binary 11001001 10111 101011 0 1011001 1001111 10101 101100001 1001111 101100

Color Harmonies of #C9172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9172B

Black with #C9172B

Text Example


Text Example

White with #C9172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9172B; }

 p { color: rgb(201,23,43); }

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

background-color css

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

 a { background-color: rgb(201,23,43); }

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

border-color css

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

 span { border-color: rgb(201,23,43); }

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