Html Css Color HEX #DF4503 Persimmon

📋 copy color: '#DF4503'

red 223 ◦ green 69 ◦ blue 3

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

Shades of Persimmon #DF4503

Tints of Persimmon #DF4503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 75.59%
G = 23.39%
B = 1.02%

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

#DF4503 (or 0xDF4503) is known color: Persimmon. HEX triplet: DF, 45 and 03. RGB value is (223,69,3). Sum of RGB (Red+Green+Blue) = 223+69+3=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4503 is #20BAFC. Grayscale: #6B6B6B. Windows color (decimal): -2145021 or 214495. OLE color: 214495.

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

Color convert

RGB 223 69 3 -
CMYK 0 0.69 0.99 0.13
HSL 18º 0.97% 0.44% -
HSV(B) 18º 0.99% 0.87% -
XYZ 32.58 19.95 2.22 -
YUV 107.52 69.02 210.37 -
System Red Green Blue C M Y K H S L
Decimal 223 69 3 0 0.69 0.99 0.13 18 0.97 0.44
Hex DF 45 3 0 45 63 D 12 61 2C
Octal 337 105 3 0 105 143 15 22 141 54
Binary 11011111 1000101 11 0 1000101 1100011 1101 10010 1100001 101100

Color Harmonies of #DF4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4503

Black with #DF4503

Text Example


Text Example

White with #DF4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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