Html Css Color HEX #DD4A13 Persimmon

📋 copy color: '#DD4A13'

red 221 ◦ green 74 ◦ blue 19

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

Shades of Persimmon #DD4A13

Tints of Persimmon #DD4A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 70.38%
G = 23.57%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4A13 (or 0xDD4A13) is known color: Persimmon. HEX triplet: DD, 4A and 13. RGB value is (221,74,19). Sum of RGB (Red+Green+Blue) = 221+74+19=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4A13 is #22B5EC. Grayscale: #707070. Windows color (decimal): -2274797 or 1264349. OLE color: 1264349.

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

Color convert

RGB 221 74 19 -
CMYK 0 0.67 0.91 0.13
HSL 16.34º 0.84% 0.47% -
HSV(B) 16.34º 0.91% 0.87% -
XYZ 32.39 20.32 2.83 -
YUV 111.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 221 74 19 0 0.67 0.91 0.13 16.34 0.84 0.47
Hex DD 4A 13 0 43 5B D 10 54 2F
Octal 335 112 23 0 103 133 15 20 124 57
Binary 11011101 1001010 10011 0 1000011 1011011 1101 10000 1010100 101111

Color Harmonies of #DD4A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A13

Black with #DD4A13

Text Example


Text Example

White with #DD4A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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