Html Css Color HEX #DD4B12 Persimmon

📋 copy color: '#DD4B12'

red 221 ◦ green 75 ◦ blue 18

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

Shades of Persimmon #DD4B12

Tints of Persimmon #DD4B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 70.38%
G = 23.89%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD4B12 (or 0xDD4B12) is known color: Persimmon. HEX triplet: DD, 4B and 12. RGB value is (221,75,18). Sum of RGB (Red+Green+Blue) = 221+75+18=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B12 is #22B4ED. Grayscale: #707070. Windows color (decimal): -2274542 or 1199069. OLE color: 1199069.

HSL color Cylindrical-coordinate representation of color #DD4B12: hue angle of 16.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4B12 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 18 -
CMYK 0 0.66 0.92 0.13
HSL 16.85º 0.85% 0.47% -
HSV(B) 16.85º 0.92% 0.87% -
XYZ 32.44 20.45 2.81 -
YUV 112.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 221 75 18 0 0.66 0.92 0.13 16.85 0.85 0.47
Hex DD 4B 12 0 42 5C D 11 55 2F
Octal 335 113 22 0 102 134 15 21 125 57
Binary 11011101 1001011 10010 0 1000010 1011100 1101 10001 1010101 101111

Color Harmonies of #DD4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B12

Black with #DD4B12

Text Example


Text Example

White with #DD4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B12; }

 p { color: rgb(221,75,18); }

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

background-color css

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

 a { background-color: rgb(221,75,18); }

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

border-color css

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

 span { border-color: rgb(221,75,18); }

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