Html Css Color HEX #C81915 Fire Brick

📋 copy color: '#C81915'

red 200 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #C81915

Tints of Fire Brick #C81915

RGB

 RED value IS 200 (78.52% from 255) = 81.3%

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

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

R = 81.3%
G = 10.16%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C81915 (or 0xC81915) is known color: Fire Brick. HEX triplet: C8, 19 and 15. RGB value is (200,25,21). Sum of RGB (Red+Green+Blue) = 200+25+21=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C81915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81915 is #37E6EA. Grayscale: #4D4D4D. Windows color (decimal): -3663595 or 1382856. OLE color: 1382856.

HSL color Cylindrical-coordinate representation of color #C81915: hue angle of 1.34º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81915 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 21 -
CMYK 0 0.88 0.90 0.22
HSL 1.34º 0.81% 0.43% -
HSV(B) 1.34º 0.9% 0.78% -
XYZ 24.3 13.03 1.94 -
YUV 76.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 200 25 21 0 0.88 0.90 0.22 1.34 0.81 0.43
Hex C8 19 15 0 58 5A 16 1 51 2B
Octal 310 31 25 0 130 132 26 1 121 53
Binary 11001000 11001 10101 0 1011000 1011010 10110 1 1010001 101011

Color Harmonies of #C81915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81915

Black with #C81915

Text Example


Text Example

White with #C81915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81915; }

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

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

background-color css

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

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

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

border-color css

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

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

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