Html Css Color HEX #EA2D14 Scarlet

📋 copy color: '#EA2D14'

red 234 ◦ green 45 ◦ blue 20

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

Shades of Scarlet #EA2D14

Tints of Scarlet #EA2D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 78.26%
G = 15.05%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2D14 (or 0xEA2D14) is known color: Scarlet. HEX triplet: EA, 2D and 14. RGB value is (234,45,20). Sum of RGB (Red+Green+Blue) = 234+45+20=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D14 is #15D2EB. Grayscale: #626262. Windows color (decimal): -1430252 or 1322474. OLE color: 1322474.

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

Color convert

RGB 234 45 20 -
CMYK 0 0.81 0.91 0.08
HSL 7.01º 0.84% 0.5% -
HSV(B) 7.01º 0.91% 0.92% -
XYZ 35 19.42 2.57 -
YUV 98.66 83.62 224.53 -
System Red Green Blue C M Y K H S L
Decimal 234 45 20 0 0.81 0.91 0.08 7.01 0.84 0.5
Hex EA 2D 14 0 51 5B 8 7 54 32
Octal 352 55 24 0 121 133 10 7 124 62
Binary 11101010 101101 10100 0 1010001 1011011 1000 111 1010100 110010

Color Harmonies of #EA2D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D14

Black with #EA2D14

Text Example


Text Example

White with #EA2D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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