Html Css Color HEX #DF4309 Persimmon

📋 copy color: '#DF4309'

red 223 ◦ green 67 ◦ blue 9

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

Shades of Persimmon #DF4309

Tints of Persimmon #DF4309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

 BLUE value IS 9 (3.91% from 255) = 3.01%

R = 74.58%
G = 22.41%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF4309 (or 0xDF4309) is known color: Persimmon. HEX triplet: DF, 43 and 09. RGB value is (223,67,9). Sum of RGB (Red+Green+Blue) = 223+67+9=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4309 is #20BCF6. Grayscale: #6B6B6B. Windows color (decimal): -2145527 or 607199. OLE color: 607199.

HSL color Cylindrical-coordinate representation of color #DF4309: hue angle of 16.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4309 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 67 9 -
CMYK 0 0.70 0.96 0.13
HSL 16.26º 0.92% 0.45% -
HSV(B) 16.26º 0.96% 0.87% -
XYZ 32.49 19.72 2.35 -
YUV 107.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 223 67 9 0 0.70 0.96 0.13 16.26 0.92 0.45
Hex DF 43 9 0 46 60 D 10 5C 2D
Octal 337 103 11 0 106 140 15 20 134 55
Binary 11011111 1000011 1001 0 1000110 1100000 1101 10000 1011100 101101

Color Harmonies of #DF4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4309

Black with #DF4309

Text Example


Text Example

White with #DF4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4309; }

 p { color: rgb(223,67,9); }

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

background-color css

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

 a { background-color: rgb(223,67,9); }

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

border-color css

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

 span { border-color: rgb(223,67,9); }

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