Html Css Color HEX #DF440C Persimmon

📋 copy color: '#DF440C'

red 223 ◦ green 68 ◦ blue 12

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

Shades of Persimmon #DF440C

Tints of Persimmon #DF440C

RGB

 RED value IS 223 (87.5% from 255) = 73.6%

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 73.6%
G = 22.44%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF440C (or 0xDF440C) is known color: Persimmon. HEX triplet: DF, 44 and 0C. RGB value is (223,68,12). Sum of RGB (Red+Green+Blue) = 223+68+12=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440C is #20BBF3. Grayscale: #6C6C6C. Windows color (decimal): -2145268 or 804063. OLE color: 804063.

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

Color convert

RGB 223 68 12 -
CMYK 0 0.70 0.95 0.13
HSL 15.92º 0.9% 0.46% -
HSV(B) 15.92º 0.95% 0.87% -
XYZ 32.56 19.85 2.46 -
YUV 107.96 73.85 210.05 -
System Red Green Blue C M Y K H S L
Decimal 223 68 12 0 0.70 0.95 0.13 15.92 0.9 0.46
Hex DF 44 C 0 46 5F D 10 5A 2E
Octal 337 104 14 0 106 137 15 20 132 56
Binary 11011111 1000100 1100 0 1000110 1011111 1101 10000 1011010 101110

Color Harmonies of #DF440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF440C

Black with #DF440C

Text Example


Text Example

White with #DF440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF440C; }

 p { color: rgb(223,68,12); }

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

background-color css

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

 a { background-color: rgb(223,68,12); }

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

border-color css

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

 span { border-color: rgb(223,68,12); }

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