Html Css Color HEX #EA2405 Scarlet

📋 copy color: '#EA2405'

red 234 ◦ green 36 ◦ blue 5

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

Shades of Scarlet #EA2405

Tints of Scarlet #EA2405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 85.09%
G = 13.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA2405 (or 0xEA2405) is known color: Scarlet. HEX triplet: EA, 24 and 05. RGB value is (234,36,5). Sum of RGB (Red+Green+Blue) = 234+36+5=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2405 is #15DBFA. Grayscale: #5B5B5B. Windows color (decimal): -1432571 or 337130. OLE color: 337130.

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

Color convert

RGB 234 36 5 -
CMYK 0 0.85 0.98 0.08
HSL 8.12º 0.96% 0.47% -
HSV(B) 8.12º 0.98% 0.92% -
XYZ 34.59 18.77 1.94 -
YUV 91.67 79.1 229.52 -
System Red Green Blue C M Y K H S L
Decimal 234 36 5 0 0.85 0.98 0.08 8.12 0.96 0.47
Hex EA 24 5 0 55 62 8 8 60 2F
Octal 352 44 5 0 125 142 10 10 140 57
Binary 11101010 100100 101 0 1010101 1100010 1000 1000 1100000 101111

Color Harmonies of #EA2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2405

Black with #EA2405

Text Example


Text Example

White with #EA2405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2405; }

 p { color: rgb(234,36,5); }

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

background-color css

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

 a { background-color: rgb(234,36,5); }

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

border-color css

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

 span { border-color: rgb(234,36,5); }

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