Html Css Color HEX #EC330B Scarlet

📋 copy color: '#EC330B'

red 236 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #EC330B

Tints of Scarlet #EC330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 79.19%
G = 17.11%
B = 3.69%

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

#EC330B (or 0xEC330B) is known color: Scarlet. HEX triplet: EC, 33 and 0B. RGB value is (236,51,11). Sum of RGB (Red+Green+Blue) = 236+51+11=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC330B is #13CCF4. Grayscale: #666666. Windows color (decimal): -1297653 or 734188. OLE color: 734188.

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

Color convert

RGB 236 51 11 -
CMYK 0 0.78 0.95 0.07
HSL 10.67º 0.91% 0.48% -
HSV(B) 10.67º 0.95% 0.93% -
XYZ 35.84 20.22 2.33 -
YUV 101.76 76.79 223.75 -
System Red Green Blue C M Y K H S L
Decimal 236 51 11 0 0.78 0.95 0.07 10.67 0.91 0.48
Hex EC 33 B 0 4E 5F 7 B 5B 30
Octal 354 63 13 0 116 137 7 13 133 60
Binary 11101100 110011 1011 0 1001110 1011111 111 1011 1011011 110000

Color Harmonies of #EC330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC330B

Black with #EC330B

Text Example


Text Example

White with #EC330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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