Html Css Color HEX #821D24 Flame Red

📋 copy color: '#821D24'

red 130 ◦ green 29 ◦ blue 36

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

Shades of Flame Red #821D24

Tints of Flame Red #821D24

RGB

 RED value IS 130 (51.17% from 255) = 66.67%

 GREEN value IS 29 (11.72% from 255) = 14.87%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 66.67%
G = 14.87%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821D24 (or 0x821D24) is known color: Flame Red. HEX triplet: 82, 1D and 24. RGB value is (130,29,36). Sum of RGB (Red+Green+Blue) = 130+29+36=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #821D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821D24 is #7DE2DB. Grayscale: #3C3C3C. Windows color (decimal): -8250076 or 2366850. OLE color: 2366850.

HSL color Cylindrical-coordinate representation of color #821D24: hue angle of 355.84º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821D24 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 36 -
CMYK 0 0.78 0.72 0.49
HSL 355.84º 0.64% 0.31% -
HSV(B) 355.84º 0.78% 0.51% -
XYZ 9.96 5.75 2.25 -
YUV 60 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 130 29 36 0 0.78 0.72 0.49 355.84 0.64 0.31
Hex 82 1D 24 0 4E 48 31 164 40 1F
Octal 202 35 44 0 116 110 61 544 100 37
Binary 10000010 11101 100100 0 1001110 1001000 110001 101100100 1000000 11111

Color Harmonies of #821D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D24

Black with #821D24

Text Example


Text Example

White with #821D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821D24; }

 p { color: rgb(130,29,36); }

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

background-color css

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

 a { background-color: rgb(130,29,36); }

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

border-color css

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

 span { border-color: rgb(130,29,36); }

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