Html Css Color HEX #DF5302 Persimmon

📋 copy color: '#DF5302'

red 223 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #DF5302

Tints of Persimmon #DF5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

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

R = 72.4%
G = 26.95%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5302 (or 0xDF5302) is known color: Persimmon. HEX triplet: DF, 53 and 02. RGB value is (223,83,2). Sum of RGB (Red+Green+Blue) = 223+83+2=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5302 is #20ACFD. Grayscale: #747474. Windows color (decimal): -2141438 or 152543. OLE color: 152543.

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

Color convert

RGB 223 83 2 -
CMYK 0 0.63 0.99 0.13
HSL 21.99º 0.98% 0.44% -
HSV(B) 21.99º 0.99% 0.87% -
XYZ 33.54 21.88 2.51 -
YUV 115.63 63.88 204.59 -
System Red Green Blue C M Y K H S L
Decimal 223 83 2 0 0.63 0.99 0.13 21.99 0.98 0.44
Hex DF 53 2 0 3F 63 D 16 62 2C
Octal 337 123 2 0 77 143 15 26 142 54
Binary 11011111 1010011 10 0 111111 1100011 1101 10110 1100010 101100

Color Harmonies of #DF5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5302

Black with #DF5302

Text Example


Text Example

White with #DF5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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