Html Css Color HEX #DF4915 Persimmon

📋 copy color: '#DF4915'

red 223 ◦ green 73 ◦ blue 21

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

Shades of Persimmon #DF4915

Tints of Persimmon #DF4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 70.35%
G = 23.03%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4915 (or 0xDF4915) is known color: Persimmon. HEX triplet: DF, 49 and 15. RGB value is (223,73,21). Sum of RGB (Red+Green+Blue) = 223+73+21=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4915 is #20B6EA. Grayscale: #707070. Windows color (decimal): -2143979 or 1395167. OLE color: 1395167.

HSL color Cylindrical-coordinate representation of color #DF4915: hue angle of 15.45º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4915 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 21 -
CMYK 0 0.67 0.91 0.13
HSL 15.45º 0.83% 0.48% -
HSV(B) 15.45º 0.91% 0.87% -
XYZ 32.95 20.51 2.93 -
YUV 111.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 223 73 21 0 0.67 0.91 0.13 15.45 0.83 0.48
Hex DF 49 15 0 43 5B D F 53 30
Octal 337 111 25 0 103 133 15 17 123 60
Binary 11011111 1001001 10101 0 1000011 1011011 1101 1111 1010011 110000

Color Harmonies of #DF4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4915

Black with #DF4915

Text Example


Text Example

White with #DF4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4915; }

 p { color: rgb(223,73,21); }

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

background-color css

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

 a { background-color: rgb(223,73,21); }

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

border-color css

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

 span { border-color: rgb(223,73,21); }

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