Html Css Color HEX #C82621 Fire Brick

📋 copy color: '#C82621'

red 200 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C82621

Tints of Fire Brick #C82621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 73.8%
G = 14.02%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82621 (or 0xC82621) is known color: Fire Brick. HEX triplet: C8, 26 and 21. RGB value is (200,38,33). Sum of RGB (Red+Green+Blue) = 200+38+33=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82621 is #37D9DE. Grayscale: #565656. Windows color (decimal): -3660255 or 2172616. OLE color: 2172616.

HSL color Cylindrical-coordinate representation of color #C82621: hue angle of 1.8º degrees, saturation: 0.72, 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 #C82621 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 33 -
CMYK 0 0.81 0.84 0.22
HSL 1.8º 0.72% 0.46% -
HSV(B) 1.8º 0.84% 0.78% -
XYZ 24.79 13.78 2.79 -
YUV 85.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 200 38 33 0 0.81 0.84 0.22 1.8 0.72 0.46
Hex C8 26 21 0 51 54 16 2 48 2E
Octal 310 46 41 0 121 124 26 2 110 56
Binary 11001000 100110 100001 0 1010001 1010100 10110 10 1001000 101110

Color Harmonies of #C82621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82621

Black with #C82621

Text Example


Text Example

White with #C82621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82621; }

 p { color: rgb(200,38,33); }

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

background-color css

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

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

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

border-color css

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

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

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