Html Css Color HEX #EB350E Scarlet

📋 copy color: '#EB350E'

red 235 ◦ green 53 ◦ blue 14

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

Shades of Scarlet #EB350E

Tints of Scarlet #EB350E

RGB

 RED value IS 235 (92.19% from 255) = 77.81%

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

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

R = 77.81%
G = 17.55%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB350E (or 0xEB350E) is known color: Scarlet. HEX triplet: EB, 35 and 0E. RGB value is (235,53,14). Sum of RGB (Red+Green+Blue) = 235+53+14=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB350E is #14CAF1. Grayscale: #676767. Windows color (decimal): -1362674 or 931307. OLE color: 931307.

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

Color convert

RGB 235 53 14 -
CMYK 0 0.77 0.94 0.08
HSL 10.59º 0.89% 0.49% -
HSV(B) 10.59º 0.94% 0.92% -
XYZ 35.61 20.24 2.45 -
YUV 102.97 77.8 222.17 -
System Red Green Blue C M Y K H S L
Decimal 235 53 14 0 0.77 0.94 0.08 10.59 0.89 0.49
Hex EB 35 E 0 4D 5E 8 B 59 31
Octal 353 65 16 0 115 136 10 13 131 61
Binary 11101011 110101 1110 0 1001101 1011110 1000 1011 1011001 110001

Color Harmonies of #EB350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB350E

Black with #EB350E

Text Example


Text Example

White with #EB350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB350E; }

 p { color: rgb(235,53,14); }

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

background-color css

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

 a { background-color: rgb(235,53,14); }

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

border-color css

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

 span { border-color: rgb(235,53,14); }

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