Html Css Color HEX #DF4105 Persimmon

📋 copy color: '#DF4105'

red 223 ◦ green 65 ◦ blue 5

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

Shades of Persimmon #DF4105

Tints of Persimmon #DF4105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 76.11%
G = 22.18%
B = 1.71%

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

#DF4105 (or 0xDF4105) is known color: Persimmon. HEX triplet: DF, 41 and 05. RGB value is (223,65,5). Sum of RGB (Red+Green+Blue) = 223+65+5=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4105 is #20BEFA. Grayscale: #696969. Windows color (decimal): -2146043 or 344543. OLE color: 344543.

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

Color convert

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

Color Harmonies of #DF4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4105

Black with #DF4105

Text Example


Text Example

White with #DF4105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4105; }

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

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

background-color css

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

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

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

border-color css

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

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

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