Html Css Color HEX #DF4C12 Persimmon

📋 copy color: '#DF4C12'

red 223 ◦ green 76 ◦ blue 18

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

Shades of Persimmon #DF4C12

Tints of Persimmon #DF4C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 70.35%
G = 23.97%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4C12 (or 0xDF4C12) is known color: Persimmon. HEX triplet: DF, 4C and 12. RGB value is (223,76,18). Sum of RGB (Red+Green+Blue) = 223+76+18=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4C12 is #20B3ED. Grayscale: #717171. Windows color (decimal): -2143214 or 1199327. OLE color: 1199327.

HSL color Cylindrical-coordinate representation of color #DF4C12: hue angle of 16.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF4C12 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 76 18 -
CMYK 0 0.66 0.92 0.13
HSL 16.98º 0.85% 0.47% -
HSV(B) 16.98º 0.92% 0.87% -
XYZ 33.13 20.9 2.86 -
YUV 113.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 223 76 18 0 0.66 0.92 0.13 16.98 0.85 0.47
Hex DF 4C 12 0 42 5C D 11 55 2F
Octal 337 114 22 0 102 134 15 21 125 57
Binary 11011111 1001100 10010 0 1000010 1011100 1101 10001 1010101 101111

Color Harmonies of #DF4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C12

Black with #DF4C12

Text Example


Text Example

White with #DF4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C12; }

 p { color: rgb(223,76,18); }

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

background-color css

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

 a { background-color: rgb(223,76,18); }

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

border-color css

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

 span { border-color: rgb(223,76,18); }

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