Html Css Color HEX #EA350C Scarlet

📋 copy color: '#EA350C'

red 234 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #EA350C

Tints of Scarlet #EA350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 78.26%
G = 17.73%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA350C (or 0xEA350C) is known color: Scarlet. HEX triplet: EA, 35 and 0C. RGB value is (234,53,12). Sum of RGB (Red+Green+Blue) = 234+53+12=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA350C is #15CAF3. Grayscale: #666666. Windows color (decimal): -1428212 or 800234. OLE color: 800234.

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

Color convert

RGB 234 53 12 -
CMYK 0 0.77 0.95 0.08
HSL 11.08º 0.9% 0.48% -
HSV(B) 11.08º 0.95% 0.92% -
XYZ 35.27 20.07 2.36 -
YUV 102.45 76.97 221.83 -
System Red Green Blue C M Y K H S L
Decimal 234 53 12 0 0.77 0.95 0.08 11.08 0.9 0.48
Hex EA 35 C 0 4D 5F 8 B 5A 30
Octal 352 65 14 0 115 137 10 13 132 60
Binary 11101010 110101 1100 0 1001101 1011111 1000 1011 1011010 110000

Color Harmonies of #EA350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA350C

Black with #EA350C

Text Example


Text Example

White with #EA350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA350C; }

 p { color: rgb(234,53,12); }

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

background-color css

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

 a { background-color: rgb(234,53,12); }

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

border-color css

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

 span { border-color: rgb(234,53,12); }

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