Html Css Color HEX #E82A0D Scarlet

📋 copy color: '#E82A0D'

red 232 ◦ green 42 ◦ blue 13

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

Shades of Scarlet #E82A0D

Tints of Scarlet #E82A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 80.84%
G = 14.63%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E82A0D (or 0xE82A0D) is known color: Scarlet. HEX triplet: E8, 2A and 0D. RGB value is (232,42,13). Sum of RGB (Red+Green+Blue) = 232+42+13=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A0D is #17D5F2. Grayscale: #5F5F5F. Windows color (decimal): -1562099 or 862952. OLE color: 862952.

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

Color convert

RGB 232 42 13 -
CMYK 0 0.82 0.94 0.09
HSL 7.95º 0.89% 0.48% -
HSV(B) 7.95º 0.94% 0.91% -
XYZ 34.18 18.84 2.22 -
YUV 95.5 81.45 225.36 -
System Red Green Blue C M Y K H S L
Decimal 232 42 13 0 0.82 0.94 0.09 7.95 0.89 0.48
Hex E8 2A D 0 52 5E 9 8 59 30
Octal 350 52 15 0 122 136 11 10 131 60
Binary 11101000 101010 1101 0 1010010 1011110 1001 1000 1011001 110000

Color Harmonies of #E82A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A0D

Black with #E82A0D

Text Example


Text Example

White with #E82A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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