Html Css Color HEX #DF490F Persimmon

📋 copy color: '#DF490F'

red 223 ◦ green 73 ◦ blue 15

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

Shades of Persimmon #DF490F

Tints of Persimmon #DF490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 71.7%
G = 23.47%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF490F (or 0xDF490F) is known color: Persimmon. HEX triplet: DF, 49 and 0F. RGB value is (223,73,15). Sum of RGB (Red+Green+Blue) = 223+73+15=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF490F is #20B6F0. Grayscale: #6F6F6F. Windows color (decimal): -2143985 or 1001951. OLE color: 1001951.

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

Color convert

RGB 223 73 15 -
CMYK 0 0.67 0.93 0.13
HSL 16.73º 0.87% 0.47% -
HSV(B) 16.73º 0.93% 0.87% -
XYZ 32.9 20.49 2.67 -
YUV 111.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 223 73 15 0 0.67 0.93 0.13 16.73 0.87 0.47
Hex DF 49 F 0 43 5D D 11 57 2F
Octal 337 111 17 0 103 135 15 21 127 57
Binary 11011111 1001001 1111 0 1000011 1011101 1101 10001 1010111 101111

Color Harmonies of #DF490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF490F

Black with #DF490F

Text Example


Text Example

White with #DF490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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