Html Css Color HEX #E82A1F Cinnabar

📋 copy color: '#E82A1F'

red 232 ◦ green 42 ◦ blue 31

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

Shades of Cinnabar #E82A1F

Tints of Cinnabar #E82A1F

RGB

 RED value IS 232 (91.02% from 255) = 76.07%

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 76.07%
G = 13.77%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E82A1F (or 0xE82A1F) is known color: Cinnabar. HEX triplet: E8, 2A and 1F. RGB value is (232,42,31). Sum of RGB (Red+Green+Blue) = 232+42+31=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A1F is #17D5E0. Grayscale: #616161. Windows color (decimal): -1562081 or 2042600. OLE color: 2042600.

HSL color Cylindrical-coordinate representation of color #E82A1F: hue angle of 3.28º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E82A1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 42 31 -
CMYK 0 0.82 0.87 0.09
HSL 3.28º 0.81% 0.52% -
HSV(B) 3.28º 0.87% 0.91% -
XYZ 34.35 18.91 3.14 -
YUV 97.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 232 42 31 0 0.82 0.87 0.09 3.28 0.81 0.52
Hex E8 2A 1F 0 52 57 9 3 51 34
Octal 350 52 37 0 122 127 11 3 121 64
Binary 11101000 101010 11111 0 1010010 1010111 1001 11 1010001 110100

Color Harmonies of #E82A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A1F

Black with #E82A1F

Text Example


Text Example

White with #E82A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A1F; }

 p { color: rgb(232,42,31); }

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

background-color css

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

 a { background-color: rgb(232,42,31); }

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

border-color css

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

 span { border-color: rgb(232,42,31); }

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