Html Css Color HEX #EA330C Scarlet

📋 copy color: '#EA330C'

red 234 ◦ green 51 ◦ blue 12

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

Shades of Scarlet #EA330C

Tints of Scarlet #EA330C

RGB

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

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

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

R = 78.79%
G = 17.17%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA330C (or 0xEA330C) is known color: Scarlet. HEX triplet: EA, 33 and 0C. RGB value is (234,51,12). Sum of RGB (Red+Green+Blue) = 234+51+12=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA330C is #15CCF3. Grayscale: #656565. Windows color (decimal): -1428724 or 799722. OLE color: 799722.

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

Color convert

RGB 234 51 12 -
CMYK 0 0.78 0.95 0.08
HSL 10.54º 0.9% 0.48% -
HSV(B) 10.54º 0.95% 0.92% -
XYZ 35.18 19.89 2.33 -
YUV 101.27 77.63 222.67 -
System Red Green Blue C M Y K H S L
Decimal 234 51 12 0 0.78 0.95 0.08 10.54 0.9 0.48
Hex EA 33 C 0 4E 5F 8 B 5A 30
Octal 352 63 14 0 116 137 10 13 132 60
Binary 11101010 110011 1100 0 1001110 1011111 1000 1011 1011010 110000

Color Harmonies of #EA330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA330C

Black with #EA330C

Text Example


Text Example

White with #EA330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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