Html Css Color HEX #C81811 Fire Brick

📋 copy color: '#C81811'

red 200 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C81811

Tints of Fire Brick #C81811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 82.99%
G = 9.96%
B = 7.05%

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

#C81811 (or 0xC81811) is known color: Fire Brick. HEX triplet: C8, 18 and 11. RGB value is (200,24,17). Sum of RGB (Red+Green+Blue) = 200+24+17=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81811 is #37E7EE. Grayscale: #4C4C4C. Windows color (decimal): -3663855 or 1120456. OLE color: 1120456.

HSL color Cylindrical-coordinate representation of color #C81811: hue angle of 2.3º 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 #C81811 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 17 -
CMYK 0 0.88 0.92 0.22
HSL 2.3º 0.84% 0.43% -
HSV(B) 2.3º 0.92% 0.78% -
XYZ 24.25 12.97 1.76 -
YUV 75.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 200 24 17 0 0.88 0.92 0.22 2.3 0.84 0.43
Hex C8 18 11 0 58 5C 16 2 54 2B
Octal 310 30 21 0 130 134 26 2 124 53
Binary 11001000 11000 10001 0 1011000 1011100 10110 10 1010100 101011

Color Harmonies of #C81811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81811

Black with #C81811

Text Example


Text Example

White with #C81811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81811; }

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

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

background-color css

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

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

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

border-color css

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

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

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