Html Css Color HEX #C81911 Fire Brick

📋 copy color: '#C81911'

red 200 ◦ green 25 ◦ blue 17

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

Shades of Fire Brick #C81911

Tints of Fire Brick #C81911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 82.64%
G = 10.33%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81911 (or 0xC81911) is known color: Fire Brick. HEX triplet: C8, 19 and 11. RGB value is (200,25,17). Sum of RGB (Red+Green+Blue) = 200+25+17=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81911 is #37E6EE. Grayscale: #4C4C4C. Windows color (decimal): -3663599 or 1120712. OLE color: 1120712.

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

Color convert

RGB 200 25 17 -
CMYK 0 0.88 0.92 0.22
HSL 2.62º 0.84% 0.43% -
HSV(B) 2.62º 0.92% 0.78% -
XYZ 24.27 13.02 1.76 -
YUV 76.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 200 25 17 0 0.88 0.92 0.22 2.62 0.84 0.43
Hex C8 19 11 0 58 5C 16 3 54 2B
Octal 310 31 21 0 130 134 26 3 124 53
Binary 11001000 11001 10001 0 1011000 1011100 10110 11 1010100 101011

Color Harmonies of #C81911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81911

Black with #C81911

Text Example


Text Example

White with #C81911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81911; }

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

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

background-color css

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

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

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

border-color css

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

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

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