Html Css Color HEX #DF4404 Persimmon

📋 copy color: '#DF4404'

red 223 ◦ green 68 ◦ blue 4

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

Shades of Persimmon #DF4404

Tints of Persimmon #DF4404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 75.59%
G = 23.05%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF4404 (or 0xDF4404) is known color: Persimmon. HEX triplet: DF, 44 and 04. RGB value is (223,68,4). Sum of RGB (Red+Green+Blue) = 223+68+4=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4404 is #20BBFB. Grayscale: #6B6B6B. Windows color (decimal): -2145276 or 279775. OLE color: 279775.

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

Color convert

RGB 223 68 4 -
CMYK 0 0.70 0.98 0.13
HSL 17.53º 0.96% 0.45% -
HSV(B) 17.53º 0.98% 0.87% -
XYZ 32.52 19.83 2.23 -
YUV 107.05 69.85 210.7 -
System Red Green Blue C M Y K H S L
Decimal 223 68 4 0 0.70 0.98 0.13 17.53 0.96 0.45
Hex DF 44 4 0 46 62 D 12 60 2D
Octal 337 104 4 0 106 142 15 22 140 55
Binary 11011111 1000100 100 0 1000110 1100010 1101 10010 1100000 101101

Color Harmonies of #DF4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4404

Black with #DF4404

Text Example


Text Example

White with #DF4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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