Html Css Color HEX #E82A0A Scarlet

📋 copy color: '#E82A0A'

red 232 ◦ green 42 ◦ blue 10

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

Shades of Scarlet #E82A0A

Tints of Scarlet #E82A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 81.69%
G = 14.79%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E82A0A (or 0xE82A0A) is known color: Scarlet. HEX triplet: E8, 2A and 0A. RGB value is (232,42,10). Sum of RGB (Red+Green+Blue) = 232+42+10=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A0A is #17D5F5. Grayscale: #5F5F5F. Windows color (decimal): -1562102 or 666344. OLE color: 666344.

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

Color convert

RGB 232 42 10 -
CMYK 0 0.82 0.96 0.09
HSL 8.65º 0.92% 0.47% -
HSV(B) 8.65º 0.96% 0.91% -
XYZ 34.16 18.83 2.12 -
YUV 95.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 232 42 10 0 0.82 0.96 0.09 8.65 0.92 0.47
Hex E8 2A A 0 52 60 9 9 5C 2F
Octal 350 52 12 0 122 140 11 11 134 57
Binary 11101000 101010 1010 0 1010010 1100000 1001 1001 1011100 101111

Color Harmonies of #E82A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A0A

Black with #E82A0A

Text Example


Text Example

White with #E82A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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