Html Css Color HEX #EC4F1B Persimmon

📋 copy color: '#EC4F1B'

red 236 ◦ green 79 ◦ blue 27

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

Shades of Persimmon #EC4F1B

Tints of Persimmon #EC4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 69.01%
G = 23.1%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC4F1B (or 0xEC4F1B) is known color: Persimmon. HEX triplet: EC, 4F and 1B. RGB value is (236,79,27). Sum of RGB (Red+Green+Blue) = 236+79+27=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F1B is #13B0E4. Grayscale: #787878. Windows color (decimal): -1290469 or 1789932. OLE color: 1789932.

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

Color convert

RGB 236 79 27 -
CMYK 0 0.67 0.89 0.07
HSL 14.93º 0.85% 0.52% -
HSV(B) 14.93º 0.89% 0.93% -
XYZ 37.59 23.5 3.59 -
YUV 120.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 236 79 27 0 0.67 0.89 0.07 14.93 0.85 0.52
Hex EC 4F 1B 0 43 59 7 F 55 34
Octal 354 117 33 0 103 131 7 17 125 64
Binary 11101100 1001111 11011 0 1000011 1011001 111 1111 1010101 110100

Color Harmonies of #EC4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F1B

Black with #EC4F1B

Text Example


Text Example

White with #EC4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F1B; }

 p { color: rgb(236,79,27); }

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

background-color css

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

 a { background-color: rgb(236,79,27); }

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

border-color css

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

 span { border-color: rgb(236,79,27); }

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