Html Css Color HEX #C91716 Fire Brick

📋 copy color: '#C91716'

red 201 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #C91716

Tints of Fire Brick #C91716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 81.71%
G = 9.35%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C91716 (or 0xC91716) is known color: Fire Brick. HEX triplet: C9, 17 and 16. RGB value is (201,23,22). Sum of RGB (Red+Green+Blue) = 201+23+22=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C91716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91716 is #36E8E9. Grayscale: #4C4C4C. Windows color (decimal): -3598570 or 1447881. OLE color: 1447881.

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

Color convert

RGB 201 23 22 -
CMYK 0 0.89 0.89 0.21
HSL 0.34º 0.8% 0.44% -
HSV(B) 0.34º 0.89% 0.79% -
XYZ 24.54 13.09 1.99 -
YUV 76.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 201 23 22 0 0.89 0.89 0.21 0.34 0.8 0.44
Hex C9 17 16 0 59 59 15 0 50 2C
Octal 311 27 26 0 131 131 25 0 120 54
Binary 11001001 10111 10110 0 1011001 1011001 10101 0 1010000 101100

Color Harmonies of #C91716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91716

Black with #C91716

Text Example


Text Example

White with #C91716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91716; }

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

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

background-color css

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

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

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

border-color css

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

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

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