Html Css Color HEX #C81818 Fire Brick

📋 copy color: '#C81818'

red 200 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #C81818

Tints of Fire Brick #C81818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 80.65%
G = 9.68%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81818 (or 0xC81818) is known color: Fire Brick. HEX triplet: C8, 18 and 18. RGB value is (200,24,24). Sum of RGB (Red+Green+Blue) = 200+24+24=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C81818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81818 is #37E7E7. Grayscale: #4C4C4C. Windows color (decimal): -3663848 or 1579208. OLE color: 1579208.

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

Color convert

RGB 200 24 24 -
CMYK 0 0.88 0.88 0.22
HSL 0.79% 0.44% -
HSV(B) 0.88% 0.78% -
XYZ 24.31 13 2.09 -
YUV 76.62 98.31 216 -
System Red Green Blue C M Y K H S L
Decimal 200 24 24 0 0.88 0.88 0.22 0 0.79 0.44
Hex C8 18 18 0 58 58 16 0 4F 2C
Octal 310 30 30 0 130 130 26 0 117 54
Binary 11001000 11000 11000 0 1011000 1011000 10110 0 1001111 101100

Color Harmonies of #C81818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81818

Black with #C81818

Text Example


Text Example

White with #C81818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81818; }

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

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

background-color css

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

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

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

border-color css

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

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

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