Html Css Color HEX #DF4F1A Persimmon

📋 copy color: '#DF4F1A'

red 223 ◦ green 79 ◦ blue 26

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

Shades of Persimmon #DF4F1A

Tints of Persimmon #DF4F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 67.99%
G = 24.09%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF4F1A (or 0xDF4F1A) is known color: Persimmon. HEX triplet: DF, 4F and 1A. RGB value is (223,79,26). Sum of RGB (Red+Green+Blue) = 223+79+26=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F1A is #20B0E5. Grayscale: #747474. Windows color (decimal): -2142438 or 1724383. OLE color: 1724383.

HSL color Cylindrical-coordinate representation of color #DF4F1A: hue angle of 16.14º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF4F1A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 26 -
CMYK 0 0.65 0.88 0.13
HSL 16.14º 0.79% 0.49% -
HSV(B) 16.14º 0.88% 0.87% -
XYZ 33.41 21.35 3.34 -
YUV 116.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 223 79 26 0 0.65 0.88 0.13 16.14 0.79 0.49
Hex DF 4F 1A 0 41 58 D 10 4F 31
Octal 337 117 32 0 101 130 15 20 117 61
Binary 11011111 1001111 11010 0 1000001 1011000 1101 10000 1001111 110001

Color Harmonies of #DF4F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F1A

Black with #DF4F1A

Text Example


Text Example

White with #DF4F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F1A; }

 p { color: rgb(223,79,26); }

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

background-color css

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

 a { background-color: rgb(223,79,26); }

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

border-color css

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

 span { border-color: rgb(223,79,26); }

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