Html Css Color HEX #DF4104 Persimmon

📋 copy color: '#DF4104'

red 223 ◦ green 65 ◦ blue 4

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

Shades of Persimmon #DF4104

Tints of Persimmon #DF4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

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

R = 76.37%
G = 22.26%
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

#DF4104 (or 0xDF4104) is known color: Persimmon. HEX triplet: DF, 41 and 04. RGB value is (223,65,4). Sum of RGB (Red+Green+Blue) = 223+65+4=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4104 is #20BEFB. Grayscale: #696969. Windows color (decimal): -2146044 or 279007. OLE color: 279007.

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

Color convert

RGB 223 65 4 -
CMYK 0 0.71 0.98 0.13
HSL 16.71º 0.96% 0.45% -
HSV(B) 16.71º 0.98% 0.87% -
XYZ 32.34 19.48 2.17 -
YUV 105.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 223 65 4 0 0.71 0.98 0.13 16.71 0.96 0.45
Hex DF 41 4 0 47 62 D 11 60 2D
Octal 337 101 4 0 107 142 15 21 140 55
Binary 11011111 1000001 100 0 1000111 1100010 1101 10001 1100000 101101

Color Harmonies of #DF4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4104

Black with #DF4104

Text Example


Text Example

White with #DF4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4104; }

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

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

background-color css

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

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

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

border-color css

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

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

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