Html Css Color HEX #EB350F Scarlet

📋 copy color: '#EB350F'

red 235 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #EB350F

Tints of Scarlet #EB350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 77.56%
G = 17.49%
B = 4.95%

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

#EB350F (or 0xEB350F) is known color: Scarlet. HEX triplet: EB, 35 and 0F. RGB value is (235,53,15). Sum of RGB (Red+Green+Blue) = 235+53+15=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB350F is #14CAF0. Grayscale: #676767. Windows color (decimal): -1362673 or 996843. OLE color: 996843.

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

Color convert

RGB 235 53 15 -
CMYK 0 0.77 0.94 0.08
HSL 10.36º 0.88% 0.49% -
HSV(B) 10.36º 0.94% 0.92% -
XYZ 35.62 20.24 2.48 -
YUV 103.09 78.3 222.09 -
System Red Green Blue C M Y K H S L
Decimal 235 53 15 0 0.77 0.94 0.08 10.36 0.88 0.49
Hex EB 35 F 0 4D 5E 8 A 58 31
Octal 353 65 17 0 115 136 10 12 130 61
Binary 11101011 110101 1111 0 1001101 1011110 1000 1010 1011000 110001

Color Harmonies of #EB350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB350F

Black with #EB350F

Text Example


Text Example

White with #EB350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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