Html Css Color HEX #DF4004 Persimmon

📋 copy color: '#DF4004'

red 223 ◦ green 64 ◦ blue 4

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

Shades of Persimmon #DF4004

Tints of Persimmon #DF4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 76.63%
G = 21.99%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF4004 (or 0xDF4004) is known color: Persimmon. HEX triplet: DF, 40 and 04. RGB value is (223,64,4). Sum of RGB (Red+Green+Blue) = 223+64+4=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4004 is #20BFFB. Grayscale: #696969. Windows color (decimal): -2146300 or 278751. OLE color: 278751.

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

Color convert

RGB 223 64 4 -
CMYK 0 0.71 0.98 0.13
HSL 16.44º 0.96% 0.45% -
HSV(B) 16.44º 0.98% 0.87% -
XYZ 32.29 19.36 2.15 -
YUV 104.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 223 64 4 0 0.71 0.98 0.13 16.44 0.96 0.45
Hex DF 40 4 0 47 62 D 10 60 2D
Octal 337 100 4 0 107 142 15 20 140 55
Binary 11011111 1000000 100 0 1000111 1100010 1101 10000 1100000 101101

Color Harmonies of #DF4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4004

Black with #DF4004

Text Example


Text Example

White with #DF4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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