Html Css Color HEX #EA1E1D Scarlet

📋 copy color: '#EA1E1D'

red 234 ◦ green 30 ◦ blue 29

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

Shades of Scarlet #EA1E1D

Tints of Scarlet #EA1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 79.86%
G = 10.24%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA1E1D (or 0xEA1E1D) is known color: Scarlet. HEX triplet: EA, 1E and 1D. RGB value is (234,30,29). Sum of RGB (Red+Green+Blue) = 234+30+29=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E1D is #15E1E2. Grayscale: #5B5B5B. Windows color (decimal): -1434083 or 1908458. OLE color: 1908458.

HSL color Cylindrical-coordinate representation of color #EA1E1D: hue angle of 0.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1E1D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 30 29 -
CMYK 0 0.87 0.88 0.08
HSL 0.29º 0.83% 0.52% -
HSV(B) 0.29º 0.88% 0.92% -
XYZ 34.62 18.51 2.91 -
YUV 90.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 234 30 29 0 0.87 0.88 0.08 0.29 0.83 0.52
Hex EA 1E 1D 0 57 58 8 0 53 34
Octal 352 36 35 0 127 130 10 0 123 64
Binary 11101010 11110 11101 0 1010111 1011000 1000 0 1010011 110100

Color Harmonies of #EA1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E1D

Black with #EA1E1D

Text Example


Text Example

White with #EA1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E1D; }

 p { color: rgb(234,30,29); }

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

background-color css

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

 a { background-color: rgb(234,30,29); }

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

border-color css

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

 span { border-color: rgb(234,30,29); }

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