Html Css Color HEX #DF3F01 Persimmon

📋 copy color: '#DF3F01'

red 223 ◦ green 63 ◦ blue 1

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

Shades of Persimmon #DF3F01

Tints of Persimmon #DF3F01

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 77.7%
G = 21.95%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF3F01 (or 0xDF3F01) is known color: Persimmon. HEX triplet: DF, 3F and 01. RGB value is (223,63,1). Sum of RGB (Red+Green+Blue) = 223+63+1=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F01 is #20C0FE. Grayscale: #686868. Windows color (decimal): -2146559 or 81887. OLE color: 81887.

HSL color Cylindrical-coordinate representation of color #DF3F01: hue angle of 16.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3F01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 1 -
CMYK 0 0.72 1.00 0.13
HSL 16.76º 0.99% 0.44% -
HSV(B) 16.76º 1% 0.87% -
XYZ 32.21 19.25 2.05 -
YUV 103.77 70.01 213.04 -
System Red Green Blue C M Y K H S L
Decimal 223 63 1 0 0.72 1.00 0.13 16.76 0.99 0.44
Hex DF 3F 1 0 48 64 D 11 63 2C
Octal 337 77 1 0 110 144 15 21 143 54
Binary 11011111 111111 1 0 1001000 1100100 1101 10001 1100011 101100

Color Harmonies of #DF3F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F01

Black with #DF3F01

Text Example


Text Example

White with #DF3F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F01; }

 p { color: rgb(223,63,1); }

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

background-color css

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

 a { background-color: rgb(223,63,1); }

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

border-color css

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

 span { border-color: rgb(223,63,1); }

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