Html Css Color HEX #DD4B13 Persimmon

📋 copy color: '#DD4B13'

red 221 ◦ green 75 ◦ blue 19

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

Shades of Persimmon #DD4B13

Tints of Persimmon #DD4B13

RGB

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

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

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

R = 70.16%
G = 23.81%
B = 6.03%

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

#DD4B13 (or 0xDD4B13) is known color: Persimmon. HEX triplet: DD, 4B and 13. RGB value is (221,75,19). Sum of RGB (Red+Green+Blue) = 221+75+19=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B13 is #22B4EC. Grayscale: #707070. Windows color (decimal): -2274541 or 1264605. OLE color: 1264605.

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

Color convert

RGB 221 75 19 -
CMYK 0 0.66 0.91 0.13
HSL 16.63º 0.84% 0.47% -
HSV(B) 16.63º 0.91% 0.87% -
XYZ 32.45 20.45 2.85 -
YUV 112.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 221 75 19 0 0.66 0.91 0.13 16.63 0.84 0.47
Hex DD 4B 13 0 42 5B D 11 54 2F
Octal 335 113 23 0 102 133 15 21 124 57
Binary 11011101 1001011 10011 0 1000010 1011011 1101 10001 1010100 101111

Color Harmonies of #DD4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B13

Black with #DD4B13

Text Example


Text Example

White with #DD4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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