Html Css Color HEX #C91917 Fire Brick

📋 copy color: '#C91917'

red 201 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #C91917

Tints of Fire Brick #C91917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 80.72%
G = 10.04%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C91917 (or 0xC91917) is known color: Fire Brick. HEX triplet: C9, 19 and 17. RGB value is (201,25,23). Sum of RGB (Red+Green+Blue) = 201+25+23=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91917 is #36E6E8. Grayscale: #4D4D4D. Windows color (decimal): -3598057 or 1513929. OLE color: 1513929.

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

Color convert

RGB 201 25 23 -
CMYK 0 0.88 0.89 0.21
HSL 0.67º 0.79% 0.44% -
HSV(B) 0.67º 0.89% 0.79% -
XYZ 24.59 13.17 2.06 -
YUV 77.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 201 25 23 0 0.88 0.89 0.21 0.67 0.79 0.44
Hex C9 19 17 0 58 59 15 1 4F 2C
Octal 311 31 27 0 130 131 25 1 117 54
Binary 11001001 11001 10111 0 1011000 1011001 10101 1 1001111 101100

Color Harmonies of #C91917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91917

Black with #C91917

Text Example


Text Example

White with #C91917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91917; }

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

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

background-color css

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

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

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

border-color css

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

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

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