Html Css Color HEX #C91912 Fire Brick

📋 copy color: '#C91912'

red 201 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #C91912

Tints of Fire Brick #C91912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 82.38%
G = 10.25%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C91912 (or 0xC91912) is known color: Fire Brick. HEX triplet: C9, 19 and 12. RGB value is (201,25,18). Sum of RGB (Red+Green+Blue) = 201+25+18=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91912 is #36E6ED. Grayscale: #4D4D4D. Windows color (decimal): -3598062 or 1186249. OLE color: 1186249.

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

Color convert

RGB 201 25 18 -
CMYK 0 0.88 0.91 0.21
HSL 2.3º 0.84% 0.43% -
HSV(B) 2.3º 0.91% 0.79% -
XYZ 24.54 13.16 1.82 -
YUV 76.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 201 25 18 0 0.88 0.91 0.21 2.3 0.84 0.43
Hex C9 19 12 0 58 5B 15 2 54 2B
Octal 311 31 22 0 130 133 25 2 124 53
Binary 11001001 11001 10010 0 1011000 1011011 10101 10 1010100 101011

Color Harmonies of #C91912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91912

Black with #C91912

Text Example


Text Example

White with #C91912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91912; }

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

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

background-color css

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

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

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

border-color css

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

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

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