Html Css Color HEX #EA1E1B Scarlet

📋 copy color: '#EA1E1B'

red 234 ◦ green 30 ◦ blue 27

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

Shades of Scarlet #EA1E1B

Tints of Scarlet #EA1E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 80.41%
G = 10.31%
B = 9.28%

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

#EA1E1B (or 0xEA1E1B) is known color: Scarlet. HEX triplet: EA, 1E and 1B. RGB value is (234,30,27). Sum of RGB (Red+Green+Blue) = 234+30+27=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E1B is #15E1E4. Grayscale: #5A5A5A. Windows color (decimal): -1434085 or 1777386. OLE color: 1777386.

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

Color convert

RGB 234 30 27 -
CMYK 0 0.87 0.88 0.08
HSL 0.87º 0.83% 0.51% -
HSV(B) 0.87º 0.88% 0.92% -
XYZ 34.59 18.5 2.78 -
YUV 90.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 234 30 27 0 0.87 0.88 0.08 0.87 0.83 0.51
Hex EA 1E 1B 0 57 58 8 1 53 33
Octal 352 36 33 0 127 130 10 1 123 63
Binary 11101010 11110 11011 0 1010111 1011000 1000 1 1010011 110011

Color Harmonies of #EA1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E1B

Black with #EA1E1B

Text Example


Text Example

White with #EA1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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