Html Css Color HEX #EA2E07 Scarlet

📋 copy color: '#EA2E07'

red 234 ◦ green 46 ◦ blue 7

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

Shades of Scarlet #EA2E07

Tints of Scarlet #EA2E07

RGB

 RED value IS 234 (91.8% from 255) = 81.53%

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 81.53%
G = 16.03%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2E07 (or 0xEA2E07) is known color: Scarlet. HEX triplet: EA, 2E and 07. RGB value is (234,46,7). Sum of RGB (Red+Green+Blue) = 234+46+7=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2E07 is #15D1F8. Grayscale: #626262. Windows color (decimal): -1430009 or 470762. OLE color: 470762.

HSL color Cylindrical-coordinate representation of color #EA2E07: hue angle of 10.31º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA2E07 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 46 7 -
CMYK 0 0.80 0.97 0.08
HSL 10.31º 0.94% 0.47% -
HSV(B) 10.31º 0.97% 0.92% -
XYZ 34.95 19.46 2.12 -
YUV 97.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 234 46 7 0 0.80 0.97 0.08 10.31 0.94 0.47
Hex EA 2E 7 0 50 61 8 A 5E 2F
Octal 352 56 7 0 120 141 10 12 136 57
Binary 11101010 101110 111 0 1010000 1100001 1000 1010 1011110 101111

Color Harmonies of #EA2E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2E07

Black with #EA2E07

Text Example


Text Example

White with #EA2E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2E07; }

 p { color: rgb(234,46,7); }

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

background-color css

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

 a { background-color: rgb(234,46,7); }

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

border-color css

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

 span { border-color: rgb(234,46,7); }

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