Html Css Color HEX #DF4C10 Persimmon

📋 copy color: '#DF4C10'

red 223 ◦ green 76 ◦ blue 16

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

Shades of Persimmon #DF4C10

Tints of Persimmon #DF4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 70.79%
G = 24.13%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4C10 (or 0xDF4C10) is known color: Persimmon. HEX triplet: DF, 4C and 10. RGB value is (223,76,16). Sum of RGB (Red+Green+Blue) = 223+76+16=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4C10 is #20B3EF. Grayscale: #717171. Windows color (decimal): -2143216 or 1068255. OLE color: 1068255.

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

Color convert

RGB 223 76 16 -
CMYK 0 0.66 0.93 0.13
HSL 17.39º 0.87% 0.47% -
HSV(B) 17.39º 0.93% 0.87% -
XYZ 33.11 20.89 2.78 -
YUV 113.11 73.2 206.38 -
System Red Green Blue C M Y K H S L
Decimal 223 76 16 0 0.66 0.93 0.13 17.39 0.87 0.47
Hex DF 4C 10 0 42 5D D 11 57 2F
Octal 337 114 20 0 102 135 15 21 127 57
Binary 11011111 1001100 10000 0 1000010 1011101 1101 10001 1010111 101111

Color Harmonies of #DF4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C10

Black with #DF4C10

Text Example


Text Example

White with #DF4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C10; }

 p { color: rgb(223,76,16); }

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

background-color css

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

 a { background-color: rgb(223,76,16); }

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

border-color css

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

 span { border-color: rgb(223,76,16); }

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