Html Css Color HEX #E62A0A Scarlet

📋 copy color: '#E62A0A'

red 230 ◦ green 42 ◦ blue 10

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

Shades of Scarlet #E62A0A

Tints of Scarlet #E62A0A

RGB

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

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

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

R = 81.56%
G = 14.89%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E62A0A (or 0xE62A0A) is known color: Scarlet. HEX triplet: E6, 2A and 0A. RGB value is (230,42,10). Sum of RGB (Red+Green+Blue) = 230+42+10=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A0A is #19D5F5. Grayscale: #5E5E5E. Windows color (decimal): -1693174 or 666342. OLE color: 666342.

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

Color convert

RGB 230 42 10 -
CMYK 0 0.82 0.96 0.10
HSL 8.73º 0.92% 0.47% -
HSV(B) 8.73º 0.96% 0.9% -
XYZ 33.52 18.5 2.09 -
YUV 94.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 230 42 10 0 0.82 0.96 0.10 8.73 0.92 0.47
Hex E6 2A A 0 52 60 A 9 5C 2F
Octal 346 52 12 0 122 140 12 11 134 57
Binary 11100110 101010 1010 0 1010010 1100000 1010 1001 1011100 101111

Color Harmonies of #E62A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A0A

Black with #E62A0A

Text Example


Text Example

White with #E62A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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