Html Css Color HEX #EB350B Scarlet

📋 copy color: '#EB350B'

red 235 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #EB350B

Tints of Scarlet #EB350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 78.6%
G = 17.73%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB350B (or 0xEB350B) is known color: Scarlet. HEX triplet: EB, 35 and 0B. RGB value is (235,53,11). Sum of RGB (Red+Green+Blue) = 235+53+11=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB350B is #14CAF4. Grayscale: #666666. Windows color (decimal): -1362677 or 734699. OLE color: 734699.

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

Color convert

RGB 235 53 11 -
CMYK 0 0.77 0.95 0.08
HSL 11.25º 0.91% 0.48% -
HSV(B) 11.25º 0.95% 0.92% -
XYZ 35.59 20.23 2.35 -
YUV 102.63 76.3 222.42 -
System Red Green Blue C M Y K H S L
Decimal 235 53 11 0 0.77 0.95 0.08 11.25 0.91 0.48
Hex EB 35 B 0 4D 5F 8 B 5B 30
Octal 353 65 13 0 115 137 10 13 133 60
Binary 11101011 110101 1011 0 1001101 1011111 1000 1011 1011011 110000

Color Harmonies of #EB350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB350B

Black with #EB350B

Text Example


Text Example

White with #EB350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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