Html Css Color HEX #DD4B14 Persimmon

📋 copy color: '#DD4B14'

red 221 ◦ green 75 ◦ blue 20

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

Shades of Persimmon #DD4B14

Tints of Persimmon #DD4B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 69.94%
G = 23.73%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4B14 (or 0xDD4B14) is known color: Persimmon. HEX triplet: DD, 4B and 14. RGB value is (221,75,20). Sum of RGB (Red+Green+Blue) = 221+75+20=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B14 is #22B4EB. Grayscale: #707070. Windows color (decimal): -2274540 or 1330141. OLE color: 1330141.

HSL color Cylindrical-coordinate representation of color #DD4B14: hue angle of 16.42º degrees, saturation: 0.83, 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 #DD4B14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 20 -
CMYK 0 0.66 0.91 0.13
HSL 16.42º 0.83% 0.47% -
HSV(B) 16.42º 0.91% 0.87% -
XYZ 32.46 20.45 2.9 -
YUV 112.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 221 75 20 0 0.66 0.91 0.13 16.42 0.83 0.47
Hex DD 4B 14 0 42 5B D 10 53 2F
Octal 335 113 24 0 102 133 15 20 123 57
Binary 11011101 1001011 10100 0 1000010 1011011 1101 10000 1010011 101111

Color Harmonies of #DD4B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B14

Black with #DD4B14

Text Example


Text Example

White with #DD4B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B14; }

 p { color: rgb(221,75,20); }

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

background-color css

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

 a { background-color: rgb(221,75,20); }

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

border-color css

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

 span { border-color: rgb(221,75,20); }

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