Html Css Color HEX #C91915 Fire Brick

📋 copy color: '#C91915'

red 201 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #C91915

Tints of Fire Brick #C91915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 81.38%
G = 10.12%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91915 (or 0xC91915) is known color: Fire Brick. HEX triplet: C9, 19 and 15. RGB value is (201,25,21). Sum of RGB (Red+Green+Blue) = 201+25+21=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C91915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91915 is #36E6EA. Grayscale: #4D4D4D. Windows color (decimal): -3598059 or 1382857. OLE color: 1382857.

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

Color convert

RGB 201 25 21 -
CMYK 0 0.88 0.90 0.21
HSL 1.33º 0.81% 0.44% -
HSV(B) 1.33º 0.9% 0.79% -
XYZ 24.57 13.17 1.96 -
YUV 77.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 201 25 21 0 0.88 0.90 0.21 1.33 0.81 0.44
Hex C9 19 15 0 58 5A 15 1 51 2C
Octal 311 31 25 0 130 132 25 1 121 54
Binary 11001001 11001 10101 0 1011000 1011010 10101 1 1010001 101100

Color Harmonies of #C91915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91915

Black with #C91915

Text Example


Text Example

White with #C91915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91915; }

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

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

background-color css

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

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

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

border-color css

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

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

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