Html Css Color HEX #DD4100 Persimmon

📋 copy color: '#DD4100'

red 221 ◦ green 65 ◦ blue 0

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

Shades of Persimmon #DD4100

Tints of Persimmon #DD4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.27%
G = 22.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD4100 (or 0xDD4100) is known color: Persimmon. HEX triplet: DD, 41 and 00. RGB value is (221,65,0). Sum of RGB (Red+Green+Blue) = 221+65+0=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4100 is #22BEFF. Grayscale: #686868. Windows color (decimal): -2277120 or 16861. OLE color: 16861.

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

Color convert

RGB 221 65 0 -
CMYK 0 0.71 1 0.13
HSL 17.65º 1% 0.43% -
HSV(B) 17.65º 1% 0.87% -
XYZ 31.71 19.15 2.03 -
YUV 104.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 221 65 0 0 0.71 1 0.13 17.65 1 0.43
Hex DD 41 0 0 47 64 D 12 64 2B
Octal 335 101 0 0 107 144 15 22 144 53
Binary 11011101 1000001 0 0 1000111 1100100 1101 10010 1100100 101011

Color Harmonies of #DD4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4100

Black with #DD4100

Text Example


Text Example

White with #DD4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4100; }

 p { color: rgb(221,65,0); }

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

background-color css

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

 a { background-color: rgb(221,65,0); }

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

border-color css

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

 span { border-color: rgb(221,65,0); }

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