Html Css Color HEX #DE480D Persimmon

📋 copy color: '#DE480D'

red 222 ◦ green 72 ◦ blue 13

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

Shades of Persimmon #DE480D

Tints of Persimmon #DE480D

RGB

 RED value IS 222 (87.11% from 255) = 72.31%

 GREEN value IS 72 (28.52% from 255) = 23.45%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 72.31%
G = 23.45%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE480D (or 0xDE480D) is known color: Persimmon. HEX triplet: DE, 48 and 0D. RGB value is (222,72,13). Sum of RGB (Red+Green+Blue) = 222+72+13=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE480D is #21B7F2. Grayscale: #6E6E6E. Windows color (decimal): -2209779 or 870622. OLE color: 870622.

HSL color Cylindrical-coordinate representation of color #DE480D: hue angle of 16.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE480D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 72 13 -
CMYK 0 0.68 0.94 0.13
HSL 16.94º 0.89% 0.46% -
HSV(B) 16.94º 0.94% 0.87% -
XYZ 32.51 20.19 2.56 -
YUV 110.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 222 72 13 0 0.68 0.94 0.13 16.94 0.89 0.46
Hex DE 48 D 0 44 5E D 11 59 2E
Octal 336 110 15 0 104 136 15 21 131 56
Binary 11011110 1001000 1101 0 1000100 1011110 1101 10001 1011001 101110

Color Harmonies of #DE480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE480D

Black with #DE480D

Text Example


Text Example

White with #DE480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE480D; }

 p { color: rgb(222,72,13); }

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

background-color css

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

 a { background-color: rgb(222,72,13); }

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

border-color css

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

 span { border-color: rgb(222,72,13); }

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