Html Css Color HEX #EA300C Scarlet

📋 copy color: '#EA300C'

red 234 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #EA300C

Tints of Scarlet #EA300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

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

R = 79.59%
G = 16.33%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA300C (or 0xEA300C) is known color: Scarlet. HEX triplet: EA, 30 and 0C. RGB value is (234,48,12). Sum of RGB (Red+Green+Blue) = 234+48+12=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA300C is #15CFF3. Grayscale: #636363. Windows color (decimal): -1429492 or 798954. OLE color: 798954.

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

Color convert

RGB 234 48 12 -
CMYK 0 0.79 0.95 0.08
HSL 9.73º 0.9% 0.48% -
HSV(B) 9.73º 0.95% 0.92% -
XYZ 35.06 19.63 2.29 -
YUV 99.51 78.62 223.93 -
System Red Green Blue C M Y K H S L
Decimal 234 48 12 0 0.79 0.95 0.08 9.73 0.9 0.48
Hex EA 30 C 0 4F 5F 8 A 5A 30
Octal 352 60 14 0 117 137 10 12 132 60
Binary 11101010 110000 1100 0 1001111 1011111 1000 1010 1011010 110000

Color Harmonies of #EA300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA300C

Black with #EA300C

Text Example


Text Example

White with #EA300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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