Html Css Color HEX #DF5002 Persimmon

📋 copy color: '#DF5002'

red 223 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #DF5002

Tints of Persimmon #DF5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 73.11%
G = 26.23%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5002 (or 0xDF5002) is known color: Persimmon. HEX triplet: DF, 50 and 02. RGB value is (223,80,2). Sum of RGB (Red+Green+Blue) = 223+80+2=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5002 is #20AFFD. Grayscale: #727272. Windows color (decimal): -2142206 or 151775. OLE color: 151775.

HSL color Cylindrical-coordinate representation of color #DF5002: hue angle of 21.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF5002 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 2 -
CMYK 0 0.64 0.99 0.13
HSL 21.18º 0.98% 0.44% -
HSV(B) 21.18º 0.99% 0.87% -
XYZ 33.31 21.43 2.44 -
YUV 113.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 223 80 2 0 0.64 0.99 0.13 21.18 0.98 0.44
Hex DF 50 2 0 40 63 D 15 62 2C
Octal 337 120 2 0 100 143 15 25 142 54
Binary 11011111 1010000 10 0 1000000 1100011 1101 10101 1100010 101100

Color Harmonies of #DF5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5002

Black with #DF5002

Text Example


Text Example

White with #DF5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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