Html Css Color HEX #DD4001 Persimmon

📋 copy color: '#DD4001'

red 221 ◦ green 64 ◦ blue 1

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

Shades of Persimmon #DD4001

Tints of Persimmon #DD4001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 77.27%
G = 22.38%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD4001 (or 0xDD4001) is known color: Persimmon. HEX triplet: DD, 40 and 01. RGB value is (221,64,1). Sum of RGB (Red+Green+Blue) = 221+64+1=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4001 is #22BFFE. Grayscale: #686868. Windows color (decimal): -2277375 or 82141. OLE color: 82141.

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

Color convert

RGB 221 64 1 -
CMYK 0 0.71 1.00 0.13
HSL 17.18º 0.99% 0.44% -
HSV(B) 17.18º 1% 0.87% -
XYZ 31.66 19.04 2.04 -
YUV 103.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 221 64 1 0 0.71 1.00 0.13 17.18 0.99 0.44
Hex DD 40 1 0 47 64 D 11 63 2C
Octal 335 100 1 0 107 144 15 21 143 54
Binary 11011101 1000000 1 0 1000111 1100100 1101 10001 1100011 101100

Color Harmonies of #DD4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4001

Black with #DD4001

Text Example


Text Example

White with #DD4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4001; }

 p { color: rgb(221,64,1); }

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

background-color css

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

 a { background-color: rgb(221,64,1); }

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

border-color css

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

 span { border-color: rgb(221,64,1); }

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