Html Css Color HEX #EC330A Scarlet

📋 copy color: '#EC330A'

red 236 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #EC330A

Tints of Scarlet #EC330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 79.46%
G = 17.17%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC330A (or 0xEC330A) is known color: Scarlet. HEX triplet: EC, 33 and 0A. RGB value is (236,51,10). Sum of RGB (Red+Green+Blue) = 236+51+10=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC330A is #13CCF5. Grayscale: #656565. Windows color (decimal): -1297654 or 668652. OLE color: 668652.

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

Color convert

RGB 236 51 10 -
CMYK 0 0.78 0.96 0.07
HSL 10.88º 0.92% 0.48% -
HSV(B) 10.88º 0.96% 0.93% -
XYZ 35.83 20.22 2.3 -
YUV 101.64 76.29 223.83 -
System Red Green Blue C M Y K H S L
Decimal 236 51 10 0 0.78 0.96 0.07 10.88 0.92 0.48
Hex EC 33 A 0 4E 60 7 B 5C 30
Octal 354 63 12 0 116 140 7 13 134 60
Binary 11101100 110011 1010 0 1001110 1100000 111 1011 1011100 110000

Color Harmonies of #EC330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC330A

Black with #EC330A

Text Example


Text Example

White with #EC330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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