Html Css Color HEX #841D24 Flame Red

📋 copy color: '#841D24'

red 132 ◦ green 29 ◦ blue 36

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

Shades of Flame Red #841D24

Tints of Flame Red #841D24

RGB

 RED value IS 132 (51.95% from 255) = 67.01%

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

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

R = 67.01%
G = 14.72%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#841D24 (or 0x841D24) is known color: Flame Red. HEX triplet: 84, 1D and 24. RGB value is (132,29,36). Sum of RGB (Red+Green+Blue) = 132+29+36=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D24 is #7BE2DB. Grayscale: #3C3C3C. Windows color (decimal): -8119004 or 2366852. OLE color: 2366852.

HSL color Cylindrical-coordinate representation of color #841D24: hue angle of 355.92º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D24 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 36 -
CMYK 0 0.78 0.73 0.48
HSL 355.92º 0.64% 0.32% -
HSV(B) 355.92º 0.78% 0.52% -
XYZ 10.27 5.91 2.27 -
YUV 60.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 132 29 36 0 0.78 0.73 0.48 355.92 0.64 0.32
Hex 84 1D 24 0 4E 49 30 164 40 20
Octal 204 35 44 0 116 111 60 544 100 40
Binary 10000100 11101 100100 0 1001110 1001001 110000 101100100 1000000 100000

Color Harmonies of #841D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D24

Black with #841D24

Text Example


Text Example

White with #841D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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