Html Css Color HEX #EA2807 Scarlet

📋 copy color: '#EA2807'

red 234 ◦ green 40 ◦ blue 7

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

Shades of Scarlet #EA2807

Tints of Scarlet #EA2807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 83.27%
G = 14.23%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2807 (or 0xEA2807) is known color: Scarlet. HEX triplet: EA, 28 and 07. RGB value is (234,40,7). Sum of RGB (Red+Green+Blue) = 234+40+7=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2807 is #15D7F8. Grayscale: #5E5E5E. Windows color (decimal): -1431545 or 469226. OLE color: 469226.

HSL color Cylindrical-coordinate representation of color #EA2807: hue angle of 8.72º 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 #EA2807 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 7 -
CMYK 0 0.83 0.97 0.08
HSL 8.72º 0.94% 0.47% -
HSV(B) 8.72º 0.97% 0.92% -
XYZ 34.73 19.03 2.04 -
YUV 94.24 78.77 227.68 -
System Red Green Blue C M Y K H S L
Decimal 234 40 7 0 0.83 0.97 0.08 8.72 0.94 0.47
Hex EA 28 7 0 53 61 8 9 5E 2F
Octal 352 50 7 0 123 141 10 11 136 57
Binary 11101010 101000 111 0 1010011 1100001 1000 1001 1011110 101111

Color Harmonies of #EA2807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2807

Black with #EA2807

Text Example


Text Example

White with #EA2807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2807; }

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

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

background-color css

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

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

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

border-color css

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

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

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