Html Css Color HEX #DF4502 Persimmon

📋 copy color: '#DF4502'

red 223 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #DF4502

Tints of Persimmon #DF4502

RGB

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

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

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

R = 75.85%
G = 23.47%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4502 (or 0xDF4502) is known color: Persimmon. HEX triplet: DF, 45 and 02. RGB value is (223,69,2). Sum of RGB (Red+Green+Blue) = 223+69+2=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4502 is #20BAFD. Grayscale: #6B6B6B. Windows color (decimal): -2145022 or 148959. OLE color: 148959.

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

Color convert

RGB 223 69 2 -
CMYK 0 0.69 0.99 0.13
HSL 18.19º 0.98% 0.44% -
HSV(B) 18.19º 0.99% 0.87% -
XYZ 32.57 19.95 2.19 -
YUV 107.41 68.52 210.45 -
System Red Green Blue C M Y K H S L
Decimal 223 69 2 0 0.69 0.99 0.13 18.19 0.98 0.44
Hex DF 45 2 0 45 63 D 12 62 2C
Octal 337 105 2 0 105 143 15 22 142 54
Binary 11011111 1000101 10 0 1000101 1100011 1101 10010 1100010 101100

Color Harmonies of #DF4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4502

Black with #DF4502

Text Example


Text Example

White with #DF4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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