Html Css Color HEX #DD4102 Persimmon

📋 copy color: '#DD4102'

red 221 ◦ green 65 ◦ blue 2

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

Shades of Persimmon #DD4102

Tints of Persimmon #DD4102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 76.74%
G = 22.57%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4102 (or 0xDD4102) is known color: Persimmon. HEX triplet: DD, 41 and 02. RGB value is (221,65,2). Sum of RGB (Red+Green+Blue) = 221+65+2=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4102 is #22BEFD. Grayscale: #686868. Windows color (decimal): -2277118 or 147933. OLE color: 147933.

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

Color convert

RGB 221 65 2 -
CMYK 0 0.71 0.99 0.13
HSL 17.26º 0.98% 0.44% -
HSV(B) 17.26º 0.99% 0.87% -
XYZ 31.72 19.16 2.08 -
YUV 104.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 221 65 2 0 0.71 0.99 0.13 17.26 0.98 0.44
Hex DD 41 2 0 47 63 D 11 62 2C
Octal 335 101 2 0 107 143 15 21 142 54
Binary 11011101 1000001 10 0 1000111 1100011 1101 10001 1100010 101100

Color Harmonies of #DD4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4102

Black with #DD4102

Text Example


Text Example

White with #DD4102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4102; }

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

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

background-color css

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

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

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

border-color css

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

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

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