Html Css Color HEX #DD4E09 Persimmon

📋 copy color: '#DD4E09'

red 221 ◦ green 78 ◦ blue 9

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

Shades of Persimmon #DD4E09

Tints of Persimmon #DD4E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 71.75%
G = 25.32%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4E09 (or 0xDD4E09) is known color: Persimmon. HEX triplet: DD, 4E and 09. RGB value is (221,78,9). Sum of RGB (Red+Green+Blue) = 221+78+9=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E09 is #22B1F6. Grayscale: #717171. Windows color (decimal): -2273783 or 610013. OLE color: 610013.

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

Color convert

RGB 221 78 9 -
CMYK 0 0.65 0.96 0.13
HSL 19.53º 0.92% 0.45% -
HSV(B) 19.53º 0.96% 0.87% -
XYZ 32.59 20.84 2.56 -
YUV 112.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 221 78 9 0 0.65 0.96 0.13 19.53 0.92 0.45
Hex DD 4E 9 0 41 60 D 14 5C 2D
Octal 335 116 11 0 101 140 15 24 134 55
Binary 11011101 1001110 1001 0 1000001 1100000 1101 10100 1011100 101101

Color Harmonies of #DD4E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E09

Black with #DD4E09

Text Example


Text Example

White with #DD4E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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