Html Css Color HEX #DF4403 Persimmon

📋 copy color: '#DF4403'

red 223 ◦ green 68 ◦ blue 3

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

Shades of Persimmon #DF4403

Tints of Persimmon #DF4403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 75.85%
G = 23.13%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4403 (or 0xDF4403) is known color: Persimmon. HEX triplet: DF, 44 and 03. RGB value is (223,68,3). Sum of RGB (Red+Green+Blue) = 223+68+3=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4403 is #20BBFC. Grayscale: #6B6B6B. Windows color (decimal): -2145277 or 214239. OLE color: 214239.

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

Color convert

RGB 223 68 3 -
CMYK 0 0.70 0.99 0.13
HSL 17.73º 0.97% 0.44% -
HSV(B) 17.73º 0.99% 0.87% -
XYZ 32.51 19.83 2.2 -
YUV 106.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 223 68 3 0 0.70 0.99 0.13 17.73 0.97 0.44
Hex DF 44 3 0 46 63 D 12 61 2C
Octal 337 104 3 0 106 143 15 22 141 54
Binary 11011111 1000100 11 0 1000110 1100011 1101 10010 1100001 101100

Color Harmonies of #DF4403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4403

Black with #DF4403

Text Example


Text Example

White with #DF4403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4403; }

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

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

background-color css

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

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

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

border-color css

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

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

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