Html Css Color HEX #EB3410 Scarlet

📋 copy color: '#EB3410'

red 235 ◦ green 52 ◦ blue 16

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

Shades of Scarlet #EB3410

Tints of Scarlet #EB3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 77.56%
G = 17.16%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB3410 (or 0xEB3410) is known color: Scarlet. HEX triplet: EB, 34 and 10. RGB value is (235,52,16). Sum of RGB (Red+Green+Blue) = 235+52+16=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3410 is #14CBEF. Grayscale: #666666. Windows color (decimal): -1362928 or 1062123. OLE color: 1062123.

HSL color Cylindrical-coordinate representation of color #EB3410: hue angle of 9.86º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB3410 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 16 -
CMYK 0 0.78 0.93 0.08
HSL 9.86º 0.87% 0.49% -
HSV(B) 9.86º 0.93% 0.92% -
XYZ 35.58 20.16 2.51 -
YUV 102.61 79.13 222.43 -
System Red Green Blue C M Y K H S L
Decimal 235 52 16 0 0.78 0.93 0.08 9.86 0.87 0.49
Hex EB 34 10 0 4E 5D 8 A 57 31
Octal 353 64 20 0 116 135 10 12 127 61
Binary 11101011 110100 10000 0 1001110 1011101 1000 1010 1010111 110001

Color Harmonies of #EB3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3410

Black with #EB3410

Text Example


Text Example

White with #EB3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3410; }

 p { color: rgb(235,52,16); }

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

background-color css

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

 a { background-color: rgb(235,52,16); }

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

border-color css

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

 span { border-color: rgb(235,52,16); }

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