Html Css Color HEX #EA2D04 Scarlet

📋 copy color: '#EA2D04'

red 234 ◦ green 45 ◦ blue 4

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

Shades of Scarlet #EA2D04

Tints of Scarlet #EA2D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 82.69%
G = 15.9%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA2D04 (or 0xEA2D04) is known color: Scarlet. HEX triplet: EA, 2D and 04. RGB value is (234,45,4). Sum of RGB (Red+Green+Blue) = 234+45+4=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D04 is #15D2FB. Grayscale: #616161. Windows color (decimal): -1430268 or 273898. OLE color: 273898.

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

Color convert

RGB 234 45 4 -
CMYK 0 0.81 0.98 0.08
HSL 10.7º 0.97% 0.47% -
HSV(B) 10.7º 0.98% 0.92% -
XYZ 34.89 19.38 2.02 -
YUV 96.84 75.62 225.83 -
System Red Green Blue C M Y K H S L
Decimal 234 45 4 0 0.81 0.98 0.08 10.7 0.97 0.47
Hex EA 2D 4 0 51 62 8 B 61 2F
Octal 352 55 4 0 121 142 10 13 141 57
Binary 11101010 101101 100 0 1010001 1100010 1000 1011 1100001 101111

Color Harmonies of #EA2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D04

Black with #EA2D04

Text Example


Text Example

White with #EA2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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