Html Css Color HEX #EA230D Scarlet

📋 copy color: '#EA230D'

red 234 ◦ green 35 ◦ blue 13

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

Shades of Scarlet #EA230D

Tints of Scarlet #EA230D

RGB

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

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

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

R = 82.98%
G = 12.41%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA230D (or 0xEA230D) is known color: Scarlet. HEX triplet: EA, 23 and 0D. RGB value is (234,35,13). Sum of RGB (Red+Green+Blue) = 234+35+13=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA230D is #15DCF2. Grayscale: #5C5C5C. Windows color (decimal): -1432819 or 861162. OLE color: 861162.

HSL color Cylindrical-coordinate representation of color #EA230D: hue angle of 5.97º 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 #EA230D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 13 -
CMYK 0 0.85 0.94 0.08
HSL 5.97º 0.89% 0.48% -
HSV(B) 5.97º 0.94% 0.92% -
XYZ 34.61 18.72 2.17 -
YUV 91.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 234 35 13 0 0.85 0.94 0.08 5.97 0.89 0.48
Hex EA 23 D 0 55 5E 8 6 59 30
Octal 352 43 15 0 125 136 10 6 131 60
Binary 11101010 100011 1101 0 1010101 1011110 1000 110 1011001 110000

Color Harmonies of #EA230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA230D

Black with #EA230D

Text Example


Text Example

White with #EA230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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