Html Css Color HEX #E82D0F Scarlet

📋 copy color: '#E82D0F'

red 232 ◦ green 45 ◦ blue 15

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

Shades of Scarlet #E82D0F

Tints of Scarlet #E82D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 79.45%
G = 15.41%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E82D0F (or 0xE82D0F) is known color: Scarlet. HEX triplet: E8, 2D and 0F. RGB value is (232,45,15). Sum of RGB (Red+Green+Blue) = 232+45+15=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82D0F is #17D2F0. Grayscale: #616161. Windows color (decimal): -1561329 or 994792. OLE color: 994792.

HSL color Cylindrical-coordinate representation of color #E82D0F: hue angle of 8.29º degrees, saturation: 0.88, 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 #E82D0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 45 15 -
CMYK 0 0.81 0.94 0.09
HSL 8.29º 0.88% 0.48% -
HSV(B) 8.29º 0.94% 0.91% -
XYZ 34.3 19.07 2.32 -
YUV 97.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 232 45 15 0 0.81 0.94 0.09 8.29 0.88 0.48
Hex E8 2D F 0 51 5E 9 8 58 30
Octal 350 55 17 0 121 136 11 10 130 60
Binary 11101000 101101 1111 0 1010001 1011110 1001 1000 1011000 110000

Color Harmonies of #E82D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D0F

Black with #E82D0F

Text Example


Text Example

White with #E82D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D0F; }

 p { color: rgb(232,45,15); }

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

background-color css

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

 a { background-color: rgb(232,45,15); }

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

border-color css

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

 span { border-color: rgb(232,45,15); }

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