Html Css Color HEX #EA330E Scarlet

📋 copy color: '#EA330E'

red 234 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #EA330E

Tints of Scarlet #EA330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 78.26%
G = 17.06%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA330E (or 0xEA330E) is known color: Scarlet. HEX triplet: EA, 33 and 0E. RGB value is (234,51,14). Sum of RGB (Red+Green+Blue) = 234+51+14=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA330E is #15CCF1. Grayscale: #656565. Windows color (decimal): -1428722 or 930794. OLE color: 930794.

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

Color convert

RGB 234 51 14 -
CMYK 0 0.78 0.94 0.08
HSL 10.09º 0.89% 0.49% -
HSV(B) 10.09º 0.94% 0.92% -
XYZ 35.19 19.89 2.4 -
YUV 101.5 78.63 222.51 -
System Red Green Blue C M Y K H S L
Decimal 234 51 14 0 0.78 0.94 0.08 10.09 0.89 0.49
Hex EA 33 E 0 4E 5E 8 A 59 31
Octal 352 63 16 0 116 136 10 12 131 61
Binary 11101010 110011 1110 0 1001110 1011110 1000 1010 1011001 110001

Color Harmonies of #EA330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA330E

Black with #EA330E

Text Example


Text Example

White with #EA330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA330E; }

 p { color: rgb(234,51,14); }

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

background-color css

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

 a { background-color: rgb(234,51,14); }

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

border-color css

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

 span { border-color: rgb(234,51,14); }

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