Html Css Color HEX #C82020 Fire Brick

📋 copy color: '#C82020'

red 200 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #C82020

Tints of Fire Brick #C82020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 75.76%
G = 12.12%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82020 (or 0xC82020) is known color: Fire Brick. HEX triplet: C8, 20 and 20. RGB value is (200,32,32). Sum of RGB (Red+Green+Blue) = 200+32+32=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82020 is #37DFDF. Grayscale: #525252. Windows color (decimal): -3661792 or 2105544. OLE color: 2105544.

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

Color convert

RGB 200 32 32 -
CMYK 0 0.84 0.84 0.22
HSL 0.72% 0.45% -
HSV(B) 0.84% 0.78% -
XYZ 24.6 13.42 2.66 -
YUV 82.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 200 32 32 0 0.84 0.84 0.22 0 0.72 0.45
Hex C8 20 20 0 54 54 16 0 48 2D
Octal 310 40 40 0 124 124 26 0 110 55
Binary 11001000 100000 100000 0 1010100 1010100 10110 0 1001000 101101

Color Harmonies of #C82020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82020

Black with #C82020

Text Example


Text Example

White with #C82020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82020; }

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

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

background-color css

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

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

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

border-color css

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

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

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