Html Css Color HEX #DF3F02 Persimmon

📋 copy color: '#DF3F02'

red 223 ◦ green 63 ◦ blue 2

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

Shades of Persimmon #DF3F02

Tints of Persimmon #DF3F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 77.43%
G = 21.88%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF3F02 (or 0xDF3F02) is known color: Persimmon. HEX triplet: DF, 3F and 02. RGB value is (223,63,2). Sum of RGB (Red+Green+Blue) = 223+63+2=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F02 is #20C0FD. Grayscale: #686868. Windows color (decimal): -2146558 or 147423. OLE color: 147423.

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

Color convert

RGB 223 63 2 -
CMYK 0 0.72 0.99 0.13
HSL 16.56º 0.98% 0.44% -
HSV(B) 16.56º 0.99% 0.87% -
XYZ 32.22 19.25 2.07 -
YUV 103.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 223 63 2 0 0.72 0.99 0.13 16.56 0.98 0.44
Hex DF 3F 2 0 48 63 D 11 62 2C
Octal 337 77 2 0 110 143 15 21 142 54
Binary 11011111 111111 10 0 1001000 1100011 1101 10001 1100010 101100

Color Harmonies of #DF3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F02

Black with #DF3F02

Text Example


Text Example

White with #DF3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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