Html Css Color HEX #C81813 Fire Brick

📋 copy color: '#C81813'

red 200 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #C81813

Tints of Fire Brick #C81813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 82.3%
G = 9.88%
B = 7.82%

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

#C81813 (or 0xC81813) is known color: Fire Brick. HEX triplet: C8, 18 and 13. RGB value is (200,24,19). Sum of RGB (Red+Green+Blue) = 200+24+19=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C81813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81813 is #37E7EC. Grayscale: #4C4C4C. Windows color (decimal): -3663853 or 1251528. OLE color: 1251528.

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

Color convert

RGB 200 24 19 -
CMYK 0 0.88 0.90 0.22
HSL 1.66º 0.83% 0.43% -
HSV(B) 1.66º 0.91% 0.78% -
XYZ 24.26 12.98 1.84 -
YUV 76.05 95.81 216.41 -
System Red Green Blue C M Y K H S L
Decimal 200 24 19 0 0.88 0.90 0.22 1.66 0.83 0.43
Hex C8 18 13 0 58 5A 16 2 53 2B
Octal 310 30 23 0 130 132 26 2 123 53
Binary 11001000 11000 10011 0 1011000 1011010 10110 10 1010011 101011

Color Harmonies of #C81813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81813

Black with #C81813

Text Example


Text Example

White with #C81813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81813; }

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

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

background-color css

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

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

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

border-color css

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

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

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