Html Css Color HEX #DF5007 Persimmon

📋 copy color: '#DF5007'

red 223 ◦ green 80 ◦ blue 7

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

Shades of Persimmon #DF5007

Tints of Persimmon #DF5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 71.94%
G = 25.81%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF5007 (or 0xDF5007) is known color: Persimmon. HEX triplet: DF, 50 and 07. RGB value is (223,80,7). Sum of RGB (Red+Green+Blue) = 223+80+7=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5007 is #20AFF8. Grayscale: #727272. Windows color (decimal): -2142201 or 479455. OLE color: 479455.

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

Color convert

RGB 223 80 7 -
CMYK 0 0.64 0.97 0.13
HSL 20.28º 0.94% 0.45% -
HSV(B) 20.28º 0.97% 0.87% -
XYZ 33.34 21.44 2.58 -
YUV 114.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 223 80 7 0 0.64 0.97 0.13 20.28 0.94 0.45
Hex DF 50 7 0 40 61 D 14 5E 2D
Octal 337 120 7 0 100 141 15 24 136 55
Binary 11011111 1010000 111 0 1000000 1100001 1101 10100 1011110 101101

Color Harmonies of #DF5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5007

Black with #DF5007

Text Example


Text Example

White with #DF5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5007; }

 p { color: rgb(223,80,7); }

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

background-color css

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

 a { background-color: rgb(223,80,7); }

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

border-color css

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

 span { border-color: rgb(223,80,7); }

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