Html Css Color HEX #EA2D13 Scarlet

📋 copy color: '#EA2D13'

red 234 ◦ green 45 ◦ blue 19

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

Shades of Scarlet #EA2D13

Tints of Scarlet #EA2D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 78.52%
G = 15.1%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA2D13 (or 0xEA2D13) is known color: Scarlet. HEX triplet: EA, 2D and 13. RGB value is (234,45,19). Sum of RGB (Red+Green+Blue) = 234+45+19=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D13 is #15D2EC. Grayscale: #626262. Windows color (decimal): -1430253 or 1256938. OLE color: 1256938.

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

Color convert

RGB 234 45 19 -
CMYK 0 0.81 0.92 0.08
HSL 7.26º 0.85% 0.5% -
HSV(B) 7.26º 0.92% 0.92% -
XYZ 34.99 19.42 2.52 -
YUV 98.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 234 45 19 0 0.81 0.92 0.08 7.26 0.85 0.5
Hex EA 2D 13 0 51 5C 8 7 55 32
Octal 352 55 23 0 121 134 10 7 125 62
Binary 11101010 101101 10011 0 1010001 1011100 1000 111 1010101 110010

Color Harmonies of #EA2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D13

Black with #EA2D13

Text Example


Text Example

White with #EA2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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