Html Css Color HEX #EB180D Scarlet

📋 copy color: '#EB180D'

red 235 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #EB180D

Tints of Scarlet #EB180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

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

R = 86.4%
G = 8.82%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB180D (or 0xEB180D) is known color: Scarlet. HEX triplet: EB, 18 and 0D. RGB value is (235,24,13). Sum of RGB (Red+Green+Blue) = 235+24+13=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB180D is #14E7F2. Grayscale: #565656. Windows color (decimal): -1370099 or 858347. OLE color: 858347.

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

Color convert

RGB 235 24 13 -
CMYK 0 0.90 0.94 0.08
HSL 2.97º 0.9% 0.49% -
HSV(B) 2.97º 0.94% 0.92% -
XYZ 34.66 18.34 2.09 -
YUV 85.84 86.9 234.39 -
System Red Green Blue C M Y K H S L
Decimal 235 24 13 0 0.90 0.94 0.08 2.97 0.9 0.49
Hex EB 18 D 0 5A 5E 8 3 5A 31
Octal 353 30 15 0 132 136 10 3 132 61
Binary 11101011 11000 1101 0 1011010 1011110 1000 11 1011010 110001

Color Harmonies of #EB180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB180D

Black with #EB180D

Text Example


Text Example

White with #EB180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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