Html Css Color HEX #DF3E01 Persimmon

📋 copy color: '#DF3E01'

red 223 ◦ green 62 ◦ blue 1

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

Shades of Persimmon #DF3E01

Tints of Persimmon #DF3E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 77.97%
G = 21.68%
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

#DF3E01 (or 0xDF3E01) is known color: Persimmon. HEX triplet: DF, 3E and 01. RGB value is (223,62,1). Sum of RGB (Red+Green+Blue) = 223+62+1=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E01 is #20C1FE. Grayscale: #676767. Windows color (decimal): -2146815 or 81631. OLE color: 81631.

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

Color convert

RGB 223 62 1 -
CMYK 0 0.72 1.00 0.13
HSL 16.49º 0.99% 0.44% -
HSV(B) 16.49º 1% 0.87% -
XYZ 32.16 19.14 2.03 -
YUV 103.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 223 62 1 0 0.72 1.00 0.13 16.49 0.99 0.44
Hex DF 3E 1 0 48 64 D 10 63 2C
Octal 337 76 1 0 110 144 15 20 143 54
Binary 11011111 111110 1 0 1001000 1100100 1101 10000 1100011 101100

Color Harmonies of #DF3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E01

Black with #DF3E01

Text Example


Text Example

White with #DF3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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