Html Css Color HEX #EA231E Scarlet

📋 copy color: '#EA231E'

red 234 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #EA231E

Tints of Scarlet #EA231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 78.26%
G = 11.71%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA231E (or 0xEA231E) is known color: Scarlet. HEX triplet: EA, 23 and 1E. RGB value is (234,35,30). Sum of RGB (Red+Green+Blue) = 234+35+30=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231E is #15DCE1. Grayscale: #5E5E5E. Windows color (decimal): -1432802 or 1975274. OLE color: 1975274.

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

Color convert

RGB 234 35 30 -
CMYK 0 0.85 0.87 0.08
HSL 1.47º 0.83% 0.52% -
HSV(B) 1.47º 0.87% 0.92% -
XYZ 34.77 18.79 3.02 -
YUV 93.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 234 35 30 0 0.85 0.87 0.08 1.47 0.83 0.52
Hex EA 23 1E 0 55 57 8 1 53 34
Octal 352 43 36 0 125 127 10 1 123 64
Binary 11101010 100011 11110 0 1010101 1010111 1000 1 1010011 110100

Color Harmonies of #EA231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA231E

Black with #EA231E

Text Example


Text Example

White with #EA231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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