Html Css Color HEX #EC180B Scarlet

📋 copy color: '#EC180B'

red 236 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #EC180B

Tints of Scarlet #EC180B

RGB

 RED value IS 236 (92.58% from 255) = 87.08%

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 87.08%
G = 8.86%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC180B (or 0xEC180B) is known color: Scarlet. HEX triplet: EC, 18 and 0B. RGB value is (236,24,11). Sum of RGB (Red+Green+Blue) = 236+24+11=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC180B is #13E7F4. Grayscale: #565656. Windows color (decimal): -1304565 or 727276. OLE color: 727276.

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

Color convert

RGB 236 24 11 -
CMYK 0 0.90 0.95 0.07
HSL 3.47º 0.91% 0.48% -
HSV(B) 3.47º 0.95% 0.93% -
XYZ 34.98 18.51 2.05 -
YUV 85.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 236 24 11 0 0.90 0.95 0.07 3.47 0.91 0.48
Hex EC 18 B 0 5A 5F 7 3 5B 30
Octal 354 30 13 0 132 137 7 3 133 60
Binary 11101100 11000 1011 0 1011010 1011111 111 11 1011011 110000

Color Harmonies of #EC180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC180B

Black with #EC180B

Text Example


Text Example

White with #EC180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC180B; }

 p { color: rgb(236,24,11); }

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

background-color css

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

 a { background-color: rgb(236,24,11); }

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

border-color css

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

 span { border-color: rgb(236,24,11); }

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