Html Css Color HEX #EC330D Scarlet

📋 copy color: '#EC330D'

red 236 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #EC330D

Tints of Scarlet #EC330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 78.67%
G = 17%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC330D (or 0xEC330D) is known color: Scarlet. HEX triplet: EC, 33 and 0D. RGB value is (236,51,13). Sum of RGB (Red+Green+Blue) = 236+51+13=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC330D is #13CCF2. Grayscale: #666666. Windows color (decimal): -1297651 or 865260. OLE color: 865260.

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

Color convert

RGB 236 51 13 -
CMYK 0 0.78 0.94 0.07
HSL 10.22º 0.9% 0.49% -
HSV(B) 10.22º 0.94% 0.93% -
XYZ 35.85 20.23 2.4 -
YUV 101.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 236 51 13 0 0.78 0.94 0.07 10.22 0.9 0.49
Hex EC 33 D 0 4E 5E 7 A 5A 31
Octal 354 63 15 0 116 136 7 12 132 61
Binary 11101100 110011 1101 0 1001110 1011110 111 1010 1011010 110001

Color Harmonies of #EC330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC330D

Black with #EC330D

Text Example


Text Example

White with #EC330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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