Html Css Color HEX #EC350B Scarlet

📋 copy color: '#EC350B'

red 236 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #EC350B

Tints of Scarlet #EC350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 78.67%
G = 17.67%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC350B (or 0xEC350B) is known color: Scarlet. HEX triplet: EC, 35 and 0B. RGB value is (236,53,11). Sum of RGB (Red+Green+Blue) = 236+53+11=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350B is #13CAF4. Grayscale: #676767. Windows color (decimal): -1297141 or 734700. OLE color: 734700.

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

Color convert

RGB 236 53 11 -
CMYK 0 0.78 0.95 0.07
HSL 11.2º 0.91% 0.48% -
HSV(B) 11.2º 0.95% 0.93% -
XYZ 35.93 20.4 2.36 -
YUV 102.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 236 53 11 0 0.78 0.95 0.07 11.2 0.91 0.48
Hex EC 35 B 0 4E 5F 7 B 5B 30
Octal 354 65 13 0 116 137 7 13 133 60
Binary 11101100 110101 1011 0 1001110 1011111 111 1011 1011011 110000

Color Harmonies of #EC350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC350B

Black with #EC350B

Text Example


Text Example

White with #EC350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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