Html Css Color HEX #DD3F01 Persimmon

📋 copy color: '#DD3F01'

red 221 ◦ green 63 ◦ blue 1

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

Shades of Persimmon #DD3F01

Tints of Persimmon #DD3F01

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 77.54%
G = 22.11%
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

#DD3F01 (or 0xDD3F01) is known color: Persimmon. HEX triplet: DD, 3F and 01. RGB value is (221,63,1). Sum of RGB (Red+Green+Blue) = 221+63+1=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F01 is #22C0FE. Grayscale: #676767. Windows color (decimal): -2277631 or 81885. OLE color: 81885.

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

Color convert

RGB 221 63 1 -
CMYK 0 0.71 1.00 0.13
HSL 16.91º 0.99% 0.44% -
HSV(B) 16.91º 1% 0.87% -
XYZ 31.6 18.93 2.02 -
YUV 103.17 70.35 212.04 -
System Red Green Blue C M Y K H S L
Decimal 221 63 1 0 0.71 1.00 0.13 16.91 0.99 0.44
Hex DD 3F 1 0 47 64 D 11 63 2C
Octal 335 77 1 0 107 144 15 21 143 54
Binary 11011101 111111 1 0 1000111 1100100 1101 10001 1100011 101100

Color Harmonies of #DD3F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F01

Black with #DD3F01

Text Example


Text Example

White with #DD3F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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