Html Css Color HEX #E62A10 Scarlet

📋 copy color: '#E62A10'

red 230 ◦ green 42 ◦ blue 16

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

Shades of Scarlet #E62A10

Tints of Scarlet #E62A10

RGB

 RED value IS 230 (90.23% from 255) = 79.86%

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 79.86%
G = 14.58%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E62A10 (or 0xE62A10) is known color: Scarlet. HEX triplet: E6, 2A and 10. RGB value is (230,42,16). Sum of RGB (Red+Green+Blue) = 230+42+16=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A10 is #19D5EF. Grayscale: #5F5F5F. Windows color (decimal): -1693168 or 1059558. OLE color: 1059558.

HSL color Cylindrical-coordinate representation of color #E62A10: hue angle of 7.29º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E62A10 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 16 -
CMYK 0 0.82 0.93 0.10
HSL 7.29º 0.87% 0.48% -
HSV(B) 7.29º 0.93% 0.9% -
XYZ 33.55 18.52 2.3 -
YUV 95.25 83.28 224.11 -
System Red Green Blue C M Y K H S L
Decimal 230 42 16 0 0.82 0.93 0.10 7.29 0.87 0.48
Hex E6 2A 10 0 52 5D A 7 57 30
Octal 346 52 20 0 122 135 12 7 127 60
Binary 11100110 101010 10000 0 1010010 1011101 1010 111 1010111 110000

Color Harmonies of #E62A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A10

Black with #E62A10

Text Example


Text Example

White with #E62A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A10; }

 p { color: rgb(230,42,16); }

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

background-color css

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

 a { background-color: rgb(230,42,16); }

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

border-color css

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

 span { border-color: rgb(230,42,16); }

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