Html Css Color HEX #DE470F Persimmon

📋 copy color: '#DE470F'

red 222 ◦ green 71 ◦ blue 15

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

Shades of Persimmon #DE470F

Tints of Persimmon #DE470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 72.08%
G = 23.05%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE470F (or 0xDE470F) is known color: Persimmon. HEX triplet: DE, 47 and 0F. RGB value is (222,71,15). Sum of RGB (Red+Green+Blue) = 222+71+15=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE470F is #21B8F0. Grayscale: #6E6E6E. Windows color (decimal): -2210033 or 1001438. OLE color: 1001438.

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

Color convert

RGB 222 71 15 -
CMYK 0 0.68 0.93 0.13
HSL 16.23º 0.87% 0.46% -
HSV(B) 16.23º 0.93% 0.87% -
XYZ 32.46 20.07 2.61 -
YUV 109.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 222 71 15 0 0.68 0.93 0.13 16.23 0.87 0.46
Hex DE 47 F 0 44 5D D 10 57 2E
Octal 336 107 17 0 104 135 15 20 127 56
Binary 11011110 1000111 1111 0 1000100 1011101 1101 10000 1010111 101110

Color Harmonies of #DE470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE470F

Black with #DE470F

Text Example


Text Example

White with #DE470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE470F; }

 p { color: rgb(222,71,15); }

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

background-color css

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

 a { background-color: rgb(222,71,15); }

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

border-color css

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

 span { border-color: rgb(222,71,15); }

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