Html Css Color HEX #DF5303 Persimmon

📋 copy color: '#DF5303'

red 223 ◦ green 83 ◦ blue 3

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

Shades of Persimmon #DF5303

Tints of Persimmon #DF5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 72.17%
G = 26.86%
B = 0.97%

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

#DF5303 (or 0xDF5303) is known color: Persimmon. HEX triplet: DF, 53 and 03. RGB value is (223,83,3). Sum of RGB (Red+Green+Blue) = 223+83+3=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5303 is #20ACFC. Grayscale: #747474. Windows color (decimal): -2141437 or 218079. OLE color: 218079.

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

Color convert

RGB 223 83 3 -
CMYK 0 0.63 0.99 0.13
HSL 21.82º 0.97% 0.44% -
HSV(B) 21.82º 0.99% 0.87% -
XYZ 33.54 21.88 2.54 -
YUV 115.74 64.38 204.5 -
System Red Green Blue C M Y K H S L
Decimal 223 83 3 0 0.63 0.99 0.13 21.82 0.97 0.44
Hex DF 53 3 0 3F 63 D 16 61 2C
Octal 337 123 3 0 77 143 15 26 141 54
Binary 11011111 1010011 11 0 111111 1100011 1101 10110 1100001 101100

Color Harmonies of #DF5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5303

Black with #DF5303

Text Example


Text Example

White with #DF5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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