Html Css Color HEX #EA290D Scarlet

📋 copy color: '#EA290D'

red 234 ◦ green 41 ◦ blue 13

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

Shades of Scarlet #EA290D

Tints of Scarlet #EA290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 81.25%
G = 14.24%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA290D (or 0xEA290D) is known color: Scarlet. HEX triplet: EA, 29 and 0D. RGB value is (234,41,13). Sum of RGB (Red+Green+Blue) = 234+41+13=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA290D is #15D6F2. Grayscale: #5F5F5F. Windows color (decimal): -1431283 or 862698. OLE color: 862698.

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

Color convert

RGB 234 41 13 -
CMYK 0 0.82 0.94 0.08
HSL 7.6º 0.89% 0.48% -
HSV(B) 7.6º 0.94% 0.92% -
XYZ 34.8 19.11 2.23 -
YUV 95.52 81.44 226.78 -
System Red Green Blue C M Y K H S L
Decimal 234 41 13 0 0.82 0.94 0.08 7.6 0.89 0.48
Hex EA 29 D 0 52 5E 8 8 59 30
Octal 352 51 15 0 122 136 10 10 131 60
Binary 11101010 101001 1101 0 1010010 1011110 1000 1000 1011001 110000

Color Harmonies of #EA290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA290D

Black with #EA290D

Text Example


Text Example

White with #EA290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA290D; }

 p { color: rgb(234,41,13); }

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

background-color css

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

 a { background-color: rgb(234,41,13); }

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

border-color css

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

 span { border-color: rgb(234,41,13); }

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