Html Css Color HEX #EA320F Scarlet

📋 copy color: '#EA320F'

red 234 ◦ green 50 ◦ blue 15

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

Shades of Scarlet #EA320F

Tints of Scarlet #EA320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 78.26%
G = 16.72%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA320F (or 0xEA320F) is known color: Scarlet. HEX triplet: EA, 32 and 0F. RGB value is (234,50,15). Sum of RGB (Red+Green+Blue) = 234+50+15=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA320F is #15CDF0. Grayscale: #656565. Windows color (decimal): -1428977 or 996074. OLE color: 996074.

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

Color convert

RGB 234 50 15 -
CMYK 0 0.79 0.94 0.08
HSL 9.59º 0.88% 0.49% -
HSV(B) 9.59º 0.94% 0.92% -
XYZ 35.16 19.81 2.42 -
YUV 101.03 79.46 222.85 -
System Red Green Blue C M Y K H S L
Decimal 234 50 15 0 0.79 0.94 0.08 9.59 0.88 0.49
Hex EA 32 F 0 4F 5E 8 A 58 31
Octal 352 62 17 0 117 136 10 12 130 61
Binary 11101010 110010 1111 0 1001111 1011110 1000 1010 1011000 110001

Color Harmonies of #EA320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA320F

Black with #EA320F

Text Example


Text Example

White with #EA320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA320F; }

 p { color: rgb(234,50,15); }

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

background-color css

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

 a { background-color: rgb(234,50,15); }

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

border-color css

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

 span { border-color: rgb(234,50,15); }

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