Html Css Color HEX #EB180C Scarlet

📋 copy color: '#EB180C'

red 235 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #EB180C

Tints of Scarlet #EB180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 86.72%
G = 8.86%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB180C (or 0xEB180C) is known color: Scarlet. HEX triplet: EB, 18 and 0C. RGB value is (235,24,12). Sum of RGB (Red+Green+Blue) = 235+24+12=271 (35% of max value = 765). Red value is 235 (92.19% from 255 or 86.72% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 235 - color contains mainly: red. Hex color #EB180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB180C is #14E7F3. Grayscale: #555555. Windows color (decimal): -1370100 or 792811. OLE color: 792811.

HSL color Cylindrical-coordinate representation of color #EB180C: hue angle of 3.23º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 12 -
CMYK 0 0.90 0.95 0.08
HSL 3.23º 0.9% 0.48% -
HSV(B) 3.23º 0.95% 0.92% -
XYZ 34.65 18.34 2.06 -
YUV 85.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 235 24 12 0 0.90 0.95 0.08 3.23 0.9 0.48
Hex EB 18 C 0 5A 5F 8 3 5A 30
Octal 353 30 14 0 132 137 10 3 132 60
Binary 11101011 11000 1100 0 1011010 1011111 1000 11 1011010 110000

Color Harmonies of #EB180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB180C

Black with #EB180C

Text Example


Text Example

White with #EB180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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