Html Css Color HEX #EB150D Scarlet

📋 copy color: '#EB150D'

red 235 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #EB150D

Tints of Scarlet #EB150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 87.36%
G = 7.81%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB150D (or 0xEB150D) is known color: Scarlet. HEX triplet: EB, 15 and 0D. RGB value is (235,21,13). Sum of RGB (Red+Green+Blue) = 235+21+13=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB150D is #14EAF2. Grayscale: #545454. Windows color (decimal): -1370867 or 857579. OLE color: 857579.

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

Color convert

RGB 235 21 13 -
CMYK 0 0.91 0.94 0.08
HSL 2.16º 0.9% 0.49% -
HSV(B) 2.16º 0.94% 0.92% -
XYZ 34.6 18.23 2.08 -
YUV 84.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 235 21 13 0 0.91 0.94 0.08 2.16 0.9 0.49
Hex EB 15 D 0 5B 5E 8 2 5A 31
Octal 353 25 15 0 133 136 10 2 132 61
Binary 11101011 10101 1101 0 1011011 1011110 1000 10 1011010 110001

Color Harmonies of #EB150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB150D

Black with #EB150D

Text Example


Text Example

White with #EB150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB150D; }

 p { color: rgb(235,21,13); }

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

background-color css

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

 a { background-color: rgb(235,21,13); }

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

border-color css

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

 span { border-color: rgb(235,21,13); }

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