Html Css Color HEX #EC150B Scarlet

📋 copy color: '#EC150B'

red 236 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #EC150B

Tints of Scarlet #EC150B

RGB

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

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

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

R = 88.06%
G = 7.84%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC150B (or 0xEC150B) is known color: Scarlet. HEX triplet: EC, 15 and 0B. RGB value is (236,21,11). Sum of RGB (Red+Green+Blue) = 236+21+11=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC150B is #13EAF4. Grayscale: #545454. Windows color (decimal): -1305333 or 726508. OLE color: 726508.

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

Color convert

RGB 236 21 11 -
CMYK 0 0.91 0.95 0.07
HSL 2.67º 0.91% 0.48% -
HSV(B) 2.67º 0.95% 0.93% -
XYZ 34.92 18.39 2.03 -
YUV 84.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 236 21 11 0 0.91 0.95 0.07 2.67 0.91 0.48
Hex EC 15 B 0 5B 5F 7 3 5B 30
Octal 354 25 13 0 133 137 7 3 133 60
Binary 11101100 10101 1011 0 1011011 1011111 111 11 1011011 110000

Color Harmonies of #EC150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC150B

Black with #EC150B

Text Example


Text Example

White with #EC150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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