Html Css Color HEX #E82A0B Scarlet

📋 copy color: '#E82A0B'

red 232 ◦ green 42 ◦ blue 11

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

Shades of Scarlet #E82A0B

Tints of Scarlet #E82A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 81.4%
G = 14.74%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E82A0B (or 0xE82A0B) is known color: Scarlet. HEX triplet: E8, 2A and 0B. RGB value is (232,42,11). Sum of RGB (Red+Green+Blue) = 232+42+11=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A0B is #17D5F4. Grayscale: #5F5F5F. Windows color (decimal): -1562101 or 731880. OLE color: 731880.

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

Color convert

RGB 232 42 11 -
CMYK 0 0.82 0.95 0.09
HSL 8.42º 0.91% 0.48% -
HSV(B) 8.42º 0.95% 0.91% -
XYZ 34.17 18.84 2.15 -
YUV 95.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 232 42 11 0 0.82 0.95 0.09 8.42 0.91 0.48
Hex E8 2A B 0 52 5F 9 8 5B 30
Octal 350 52 13 0 122 137 11 10 133 60
Binary 11101000 101010 1011 0 1010010 1011111 1001 1000 1011011 110000

Color Harmonies of #E82A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A0B

Black with #E82A0B

Text Example


Text Example

White with #E82A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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