Html Css Color HEX #EC4C13 Persimmon

📋 copy color: '#EC4C13'

red 236 ◦ green 76 ◦ blue 19

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

Shades of Persimmon #EC4C13

Tints of Persimmon #EC4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 71.3%
G = 22.96%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4C13 (or 0xEC4C13) is known color: Persimmon. HEX triplet: EC, 4C and 13. RGB value is (236,76,19). Sum of RGB (Red+Green+Blue) = 236+76+19=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4C13 is #13B3EC. Grayscale: #757575. Windows color (decimal): -1291245 or 1264876. OLE color: 1264876.

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

Color convert

RGB 236 76 19 -
CMYK 0 0.68 0.92 0.07
HSL 15.76º 0.85% 0.5% -
HSV(B) 15.76º 0.92% 0.93% -
XYZ 37.29 23.05 3.1 -
YUV 117.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 236 76 19 0 0.68 0.92 0.07 15.76 0.85 0.5
Hex EC 4C 13 0 44 5C 7 10 55 32
Octal 354 114 23 0 104 134 7 20 125 62
Binary 11101100 1001100 10011 0 1000100 1011100 111 10000 1010101 110010

Color Harmonies of #EC4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C13

Black with #EC4C13

Text Example


Text Example

White with #EC4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C13; }

 p { color: rgb(236,76,19); }

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

background-color css

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

 a { background-color: rgb(236,76,19); }

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

border-color css

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

 span { border-color: rgb(236,76,19); }

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