Html Css Color HEX #DD4104 Persimmon

📋 copy color: '#DD4104'

red 221 ◦ green 65 ◦ blue 4

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

Shades of Persimmon #DD4104

Tints of Persimmon #DD4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 76.21%
G = 22.41%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4104 (or 0xDD4104) is known color: Persimmon. HEX triplet: DD, 41 and 04. RGB value is (221,65,4). Sum of RGB (Red+Green+Blue) = 221+65+4=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4104 is #22BEFB. Grayscale: #696969. Windows color (decimal): -2277116 or 279005. OLE color: 279005.

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

Color convert

RGB 221 65 4 -
CMYK 0 0.71 0.98 0.13
HSL 16.87º 0.96% 0.44% -
HSV(B) 16.87º 0.98% 0.87% -
XYZ 31.73 19.16 2.14 -
YUV 104.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 221 65 4 0 0.71 0.98 0.13 16.87 0.96 0.44
Hex DD 41 4 0 47 62 D 11 60 2C
Octal 335 101 4 0 107 142 15 21 140 54
Binary 11011101 1000001 100 0 1000111 1100010 1101 10001 1100000 101100

Color Harmonies of #DD4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4104

Black with #DD4104

Text Example


Text Example

White with #DD4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4104; }

 p { color: rgb(221,65,4); }

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

background-color css

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

 a { background-color: rgb(221,65,4); }

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

border-color css

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

 span { border-color: rgb(221,65,4); }

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