Html Css Color HEX #EB160D Scarlet

📋 copy color: '#EB160D'

red 235 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #EB160D

Tints of Scarlet #EB160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 87.04%
G = 8.15%
B = 4.81%

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

#EB160D (or 0xEB160D) is known color: Scarlet. HEX triplet: EB, 16 and 0D. RGB value is (235,22,13). Sum of RGB (Red+Green+Blue) = 235+22+13=270 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.04% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 235 - color contains mainly: red. Hex color #EB160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB160D is #14E9F2. Grayscale: #545454. Windows color (decimal): -1370611 or 857835. OLE color: 857835.

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

Color convert

RGB 235 22 13 -
CMYK 0 0.91 0.94 0.08
HSL 2.43º 0.9% 0.49% -
HSV(B) 2.43º 0.94% 0.92% -
XYZ 34.62 18.27 2.08 -
YUV 84.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 235 22 13 0 0.91 0.94 0.08 2.43 0.9 0.49
Hex EB 16 D 0 5B 5E 8 2 5A 31
Octal 353 26 15 0 133 136 10 2 132 61
Binary 11101011 10110 1101 0 1011011 1011110 1000 10 1011010 110001

Color Harmonies of #EB160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB160D

Black with #EB160D

Text Example


Text Example

White with #EB160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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