Html Css Color HEX #C81614 Fire Brick

📋 copy color: '#C81614'

red 200 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #C81614

Tints of Fire Brick #C81614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 82.64%
G = 9.09%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C81614 (or 0xC81614) is known color: Fire Brick. HEX triplet: C8, 16 and 14. RGB value is (200,22,20). Sum of RGB (Red+Green+Blue) = 200+22+20=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81614 is #37E9EB. Grayscale: #4B4B4B. Windows color (decimal): -3664364 or 1316552. OLE color: 1316552.

HSL color Cylindrical-coordinate representation of color #C81614: hue angle of 0.67º degrees, saturation: 0.82, 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 #C81614 is Cyan = 0, Magento = 0.89, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 20 -
CMYK 0 0.89 0.9 0.22
HSL 0.67º 0.82% 0.43% -
HSV(B) 0.67º 0.9% 0.78% -
XYZ 24.23 12.9 1.88 -
YUV 74.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 200 22 20 0 0.89 0.9 0.22 0.67 0.82 0.43
Hex C8 16 14 0 59 5A 16 1 52 2B
Octal 310 26 24 0 131 132 26 1 122 53
Binary 11001000 10110 10100 0 1011001 1011010 10110 1 1010010 101011

Color Harmonies of #C81614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81614

Black with #C81614

Text Example


Text Example

White with #C81614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81614; }

 p { color: rgb(200,22,20); }

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

background-color css

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

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

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

border-color css

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

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

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