Html Css Color HEX #C82522 Fire Brick

📋 copy color: '#C82522'

red 200 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #C82522

Tints of Fire Brick #C82522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 73.8%
G = 13.65%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C82522 (or 0xC82522) is known color: Fire Brick. HEX triplet: C8, 25 and 22. RGB value is (200,37,34). Sum of RGB (Red+Green+Blue) = 200+37+34=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82522 is #37DADD. Grayscale: #555555. Windows color (decimal): -3660510 or 2237896. OLE color: 2237896.

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

Color convert

RGB 200 37 34 -
CMYK 0 0.82 0.83 0.22
HSL 1.08º 0.71% 0.46% -
HSV(B) 1.08º 0.83% 0.78% -
XYZ 24.77 13.72 2.86 -
YUV 85.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 200 37 34 0 0.82 0.83 0.22 1.08 0.71 0.46
Hex C8 25 22 0 52 53 16 1 47 2E
Octal 310 45 42 0 122 123 26 1 107 56
Binary 11001000 100101 100010 0 1010010 1010011 10110 1 1000111 101110

Color Harmonies of #C82522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82522

Black with #C82522

Text Example


Text Example

White with #C82522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82522; }

 p { color: rgb(200,37,34); }

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

background-color css

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

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

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

border-color css

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

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

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