Html Css Color HEX #DF490E Persimmon

📋 copy color: '#DF490E'

red 223 ◦ green 73 ◦ blue 14

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

Shades of Persimmon #DF490E

Tints of Persimmon #DF490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 71.94%
G = 23.55%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF490E (or 0xDF490E) is known color: Persimmon. HEX triplet: DF, 49 and 0E. RGB value is (223,73,14). Sum of RGB (Red+Green+Blue) = 223+73+14=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF490E is #20B6F1. Grayscale: #6F6F6F. Windows color (decimal): -2143986 or 936415. OLE color: 936415.

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

Color convert

RGB 223 73 14 -
CMYK 0 0.67 0.94 0.13
HSL 16.94º 0.88% 0.46% -
HSV(B) 16.94º 0.94% 0.87% -
XYZ 32.89 20.48 2.64 -
YUV 111.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 223 73 14 0 0.67 0.94 0.13 16.94 0.88 0.46
Hex DF 49 E 0 43 5E D 11 58 2E
Octal 337 111 16 0 103 136 15 21 130 56
Binary 11011111 1001001 1110 0 1000011 1011110 1101 10001 1011000 101110

Color Harmonies of #DF490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF490E

Black with #DF490E

Text Example


Text Example

White with #DF490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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