Html Css Color HEX #DD4307 Persimmon

📋 copy color: '#DD4307'

red 221 ◦ green 67 ◦ blue 7

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

Shades of Persimmon #DD4307

Tints of Persimmon #DD4307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 74.92%
G = 22.71%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4307 (or 0xDD4307) is known color: Persimmon. HEX triplet: DD, 43 and 07. RGB value is (221,67,7). Sum of RGB (Red+Green+Blue) = 221+67+7=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4307 is #22BCF8. Grayscale: #6A6A6A. Windows color (decimal): -2276601 or 476125. OLE color: 476125.

HSL color Cylindrical-coordinate representation of color #DD4307: hue angle of 16.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD4307 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 7 -
CMYK 0 0.70 0.97 0.13
HSL 16.82º 0.94% 0.45% -
HSV(B) 16.82º 0.97% 0.87% -
XYZ 31.86 19.4 2.27 -
YUV 106.21 72.02 209.88 -
System Red Green Blue C M Y K H S L
Decimal 221 67 7 0 0.70 0.97 0.13 16.82 0.94 0.45
Hex DD 43 7 0 46 61 D 11 5E 2D
Octal 335 103 7 0 106 141 15 21 136 55
Binary 11011101 1000011 111 0 1000110 1100001 1101 10001 1011110 101101

Color Harmonies of #DD4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4307

Black with #DD4307

Text Example


Text Example

White with #DD4307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4307; }

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

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

background-color css

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

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

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

border-color css

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

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

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