Html Css Color HEX #EB3512 Scarlet

📋 copy color: '#EB3512'

red 235 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #EB3512

Tints of Scarlet #EB3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 76.8%
G = 17.32%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB3512 (or 0xEB3512) is known color: Scarlet. HEX triplet: EB, 35 and 12. RGB value is (235,53,18). Sum of RGB (Red+Green+Blue) = 235+53+18=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3512 is #14CAED. Grayscale: #676767. Windows color (decimal): -1362670 or 1193451. OLE color: 1193451.

HSL color Cylindrical-coordinate representation of color #EB3512: hue angle of 9.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB3512 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 53 18 -
CMYK 0 0.77 0.92 0.08
HSL 9.68º 0.86% 0.5% -
HSV(B) 9.68º 0.92% 0.92% -
XYZ 35.64 20.25 2.6 -
YUV 103.43 79.8 221.85 -
System Red Green Blue C M Y K H S L
Decimal 235 53 18 0 0.77 0.92 0.08 9.68 0.86 0.5
Hex EB 35 12 0 4D 5C 8 A 56 32
Octal 353 65 22 0 115 134 10 12 126 62
Binary 11101011 110101 10010 0 1001101 1011100 1000 1010 1010110 110010

Color Harmonies of #EB3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3512

Black with #EB3512

Text Example


Text Example

White with #EB3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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