Html Css Color HEX #C91A19 Fire Brick

📋 copy color: '#C91A19'

red 201 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #C91A19

Tints of Fire Brick #C91A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 79.76%
G = 10.32%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91A19 (or 0xC91A19) is known color: Fire Brick. HEX triplet: C9, 1A and 19. RGB value is (201,26,25). Sum of RGB (Red+Green+Blue) = 201+26+25=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A19 is #36E5E6. Grayscale: #4E4E4E. Windows color (decimal): -3597799 or 1645257. OLE color: 1645257.

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

Color convert

RGB 201 26 25 -
CMYK 0 0.87 0.88 0.21
HSL 0.34º 0.78% 0.44% -
HSV(B) 0.34º 0.88% 0.79% -
XYZ 24.63 13.23 2.17 -
YUV 78.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 201 26 25 0 0.87 0.88 0.21 0.34 0.78 0.44
Hex C9 1A 19 0 57 58 15 0 4E 2C
Octal 311 32 31 0 127 130 25 0 116 54
Binary 11001001 11010 11001 0 1010111 1011000 10101 0 1001110 101100

Color Harmonies of #C91A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A19

Black with #C91A19

Text Example


Text Example

White with #C91A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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