Html Css Color HEX #EC340D Scarlet

📋 copy color: '#EC340D'

red 236 ◦ green 52 ◦ blue 13

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

Shades of Scarlet #EC340D

Tints of Scarlet #EC340D

RGB

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

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

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

R = 78.41%
G = 17.28%
B = 4.32%

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

#EC340D (or 0xEC340D) is known color: Scarlet. HEX triplet: EC, 34 and 0D. RGB value is (236,52,13). Sum of RGB (Red+Green+Blue) = 236+52+13=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340D is #13CBF2. Grayscale: #666666. Windows color (decimal): -1297395 or 865516. OLE color: 865516.

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

Color convert

RGB 236 52 13 -
CMYK 0 0.78 0.94 0.07
HSL 10.49º 0.9% 0.49% -
HSV(B) 10.49º 0.94% 0.93% -
XYZ 35.89 20.32 2.41 -
YUV 102.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 236 52 13 0 0.78 0.94 0.07 10.49 0.9 0.49
Hex EC 34 D 0 4E 5E 7 A 5A 31
Octal 354 64 15 0 116 136 7 12 132 61
Binary 11101100 110100 1101 0 1001110 1011110 111 1010 1011010 110001

Color Harmonies of #EC340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC340D

Black with #EC340D

Text Example


Text Example

White with #EC340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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