Html Css Color HEX #EC340C Scarlet

📋 copy color: '#EC340C'

red 236 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #EC340C

Tints of Scarlet #EC340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 78.67%
G = 17.33%
B = 4%

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

#EC340C (or 0xEC340C) is known color: Scarlet. HEX triplet: EC, 34 and 0C. RGB value is (236,52,12). Sum of RGB (Red+Green+Blue) = 236+52+12=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340C is #13CBF3. Grayscale: #666666. Windows color (decimal): -1297396 or 799980. OLE color: 799980.

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

Color convert

RGB 236 52 12 -
CMYK 0 0.78 0.95 0.07
HSL 10.71º 0.9% 0.49% -
HSV(B) 10.71º 0.95% 0.93% -
XYZ 35.89 20.32 2.38 -
YUV 102.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 236 52 12 0 0.78 0.95 0.07 10.71 0.9 0.49
Hex EC 34 C 0 4E 5F 7 B 5A 31
Octal 354 64 14 0 116 137 7 13 132 61
Binary 11101100 110100 1100 0 1001110 1011111 111 1011 1011010 110001

Color Harmonies of #EC340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC340C

Black with #EC340C

Text Example


Text Example

White with #EC340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC340C; }

 p { color: rgb(236,52,12); }

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

background-color css

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

 a { background-color: rgb(236,52,12); }

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

border-color css

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

 span { border-color: rgb(236,52,12); }

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