Html Css Color HEX #DD4E13 Persimmon

📋 copy color: '#DD4E13'

red 221 ◦ green 78 ◦ blue 19

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

Shades of Persimmon #DD4E13

Tints of Persimmon #DD4E13

RGB

 RED value IS 221 (86.72% from 255) = 69.5%

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 69.5%
G = 24.53%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4E13 (or 0xDD4E13) is known color: Persimmon. HEX triplet: DD, 4E and 13. RGB value is (221,78,19). Sum of RGB (Red+Green+Blue) = 221+78+19=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E13 is #22B1EC. Grayscale: #727272. Windows color (decimal): -2273773 or 1265373. OLE color: 1265373.

HSL color Cylindrical-coordinate representation of color #DD4E13: hue angle of 17.52º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4E13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 19 -
CMYK 0 0.65 0.91 0.13
HSL 17.52º 0.84% 0.47% -
HSV(B) 17.52º 0.91% 0.87% -
XYZ 32.66 20.87 2.92 -
YUV 114.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 221 78 19 0 0.65 0.91 0.13 17.52 0.84 0.47
Hex DD 4E 13 0 41 5B D 12 54 2F
Octal 335 116 23 0 101 133 15 22 124 57
Binary 11011101 1001110 10011 0 1000001 1011011 1101 10010 1010100 101111

Color Harmonies of #DD4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E13

Black with #DD4E13

Text Example


Text Example

White with #DD4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E13; }

 p { color: rgb(221,78,19); }

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

background-color css

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

 a { background-color: rgb(221,78,19); }

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

border-color css

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

 span { border-color: rgb(221,78,19); }

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