Html Css Color HEX #DF450E Persimmon

📋 copy color: '#DF450E'

red 223 ◦ green 69 ◦ blue 14

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

Shades of Persimmon #DF450E

Tints of Persimmon #DF450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 72.88%
G = 22.55%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF450E (or 0xDF450E) is known color: Persimmon. HEX triplet: DF, 45 and 0E. RGB value is (223,69,14). Sum of RGB (Red+Green+Blue) = 223+69+14=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF450E is #20BAF1. Grayscale: #6D6D6D. Windows color (decimal): -2145010 or 935391. OLE color: 935391.

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

Color convert

RGB 223 69 14 -
CMYK 0 0.69 0.94 0.13
HSL 15.79º 0.88% 0.46% -
HSV(B) 15.79º 0.94% 0.87% -
XYZ 32.64 19.98 2.55 -
YUV 108.78 74.52 209.47 -
System Red Green Blue C M Y K H S L
Decimal 223 69 14 0 0.69 0.94 0.13 15.79 0.88 0.46
Hex DF 45 E 0 45 5E D 10 58 2E
Octal 337 105 16 0 105 136 15 20 130 56
Binary 11011111 1000101 1110 0 1000101 1011110 1101 10000 1011000 101110

Color Harmonies of #DF450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF450E

Black with #DF450E

Text Example


Text Example

White with #DF450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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