Html Css Color HEX #DD4302 Persimmon

📋 copy color: '#DD4302'

red 221 ◦ green 67 ◦ blue 2

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

Shades of Persimmon #DD4302

Tints of Persimmon #DD4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 76.21%
G = 23.1%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4302 (or 0xDD4302) is known color: Persimmon. HEX triplet: DD, 43 and 02. RGB value is (221,67,2). Sum of RGB (Red+Green+Blue) = 221+67+2=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4302 is #22BCFD. Grayscale: #6A6A6A. Windows color (decimal): -2276606 or 148445. OLE color: 148445.

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

Color convert

RGB 221 67 2 -
CMYK 0 0.70 0.99 0.13
HSL 17.81º 0.98% 0.44% -
HSV(B) 17.81º 0.99% 0.87% -
XYZ 31.84 19.39 2.12 -
YUV 105.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 221 67 2 0 0.70 0.99 0.13 17.81 0.98 0.44
Hex DD 43 2 0 46 63 D 12 62 2C
Octal 335 103 2 0 106 143 15 22 142 54
Binary 11011101 1000011 10 0 1000110 1100011 1101 10010 1100010 101100

Color Harmonies of #DD4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4302

Black with #DD4302

Text Example


Text Example

White with #DD4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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