Html Css Color HEX #EA2D09 Scarlet

📋 copy color: '#EA2D09'

red 234 ◦ green 45 ◦ blue 9

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

Shades of Scarlet #EA2D09

Tints of Scarlet #EA2D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 81.25%
G = 15.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA2D09 (or 0xEA2D09) is known color: Scarlet. HEX triplet: EA, 2D and 09. RGB value is (234,45,9). Sum of RGB (Red+Green+Blue) = 234+45+9=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D09 is #15D2F6. Grayscale: #616161. Windows color (decimal): -1430263 or 601578. OLE color: 601578.

HSL color Cylindrical-coordinate representation of color #EA2D09: hue angle of 9.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA2D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 9 -
CMYK 0 0.81 0.96 0.08
HSL 9.6º 0.93% 0.48% -
HSV(B) 9.6º 0.96% 0.92% -
XYZ 34.92 19.39 2.16 -
YUV 97.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 234 45 9 0 0.81 0.96 0.08 9.6 0.93 0.48
Hex EA 2D 9 0 51 60 8 A 5D 30
Octal 352 55 11 0 121 140 10 12 135 60
Binary 11101010 101101 1001 0 1010001 1100000 1000 1010 1011101 110000

Color Harmonies of #EA2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D09

Black with #EA2D09

Text Example


Text Example

White with #EA2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D09; }

 p { color: rgb(234,45,9); }

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

background-color css

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

 a { background-color: rgb(234,45,9); }

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

border-color css

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

 span { border-color: rgb(234,45,9); }

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