Html Css Color HEX #DF450D Persimmon

📋 copy color: '#DF450D'

red 223 ◦ green 69 ◦ blue 13

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

Shades of Persimmon #DF450D

Tints of Persimmon #DF450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 73.11%
G = 22.62%
B = 4.26%

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

#DF450D (or 0xDF450D) is known color: Persimmon. HEX triplet: DF, 45 and 0D. RGB value is (223,69,13). Sum of RGB (Red+Green+Blue) = 223+69+13=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF450D is #20BAF2. Grayscale: #6D6D6D. Windows color (decimal): -2145011 or 869855. OLE color: 869855.

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

Color convert

RGB 223 69 13 -
CMYK 0 0.69 0.94 0.13
HSL 16º 0.89% 0.46% -
HSV(B) 16º 0.94% 0.87% -
XYZ 32.63 19.97 2.52 -
YUV 108.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 223 69 13 0 0.69 0.94 0.13 16 0.89 0.46
Hex DF 45 D 0 45 5E D 10 59 2E
Octal 337 105 15 0 105 136 15 20 131 56
Binary 11011111 1000101 1101 0 1000101 1011110 1101 10000 1011001 101110

Color Harmonies of #DF450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF450D

Black with #DF450D

Text Example


Text Example

White with #DF450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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