Html Css Color HEX #DD4B15 Persimmon

📋 copy color: '#DD4B15'

red 221 ◦ green 75 ◦ blue 21

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

Shades of Persimmon #DD4B15

Tints of Persimmon #DD4B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 69.72%
G = 23.66%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4B15 (or 0xDD4B15) is known color: Persimmon. HEX triplet: DD, 4B and 15. RGB value is (221,75,21). Sum of RGB (Red+Green+Blue) = 221+75+21=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B15 is #22B4EA. Grayscale: #707070. Windows color (decimal): -2274539 or 1395677. OLE color: 1395677.

HSL color Cylindrical-coordinate representation of color #DD4B15: hue angle of 16.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4B15 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 21 -
CMYK 0 0.66 0.90 0.13
HSL 16.2º 0.83% 0.47% -
HSV(B) 16.2º 0.9% 0.87% -
XYZ 32.47 20.46 2.95 -
YUV 112.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 221 75 21 0 0.66 0.90 0.13 16.2 0.83 0.47
Hex DD 4B 15 0 42 5A D 10 53 2F
Octal 335 113 25 0 102 132 15 20 123 57
Binary 11011101 1001011 10101 0 1000010 1011010 1101 10000 1010011 101111

Color Harmonies of #DD4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B15

Black with #DD4B15

Text Example


Text Example

White with #DD4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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