Html Css Color HEX #DE4607 Persimmon

📋 copy color: '#DE4607'

red 222 ◦ green 70 ◦ blue 7

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

Shades of Persimmon #DE4607

Tints of Persimmon #DE4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 74.25%
G = 23.41%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE4607 (or 0xDE4607) is known color: Persimmon. HEX triplet: DE, 46 and 07. RGB value is (222,70,7). Sum of RGB (Red+Green+Blue) = 222+70+7=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4607 is #21B9F8. Grayscale: #6C6C6C. Windows color (decimal): -2210297 or 476894. OLE color: 476894.

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

Color convert

RGB 222 70 7 -
CMYK 0 0.68 0.97 0.13
HSL 17.58º 0.94% 0.45% -
HSV(B) 17.58º 0.97% 0.87% -
XYZ 32.35 19.93 2.34 -
YUV 108.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 222 70 7 0 0.68 0.97 0.13 17.58 0.94 0.45
Hex DE 46 7 0 44 61 D 12 5E 2D
Octal 336 106 7 0 104 141 15 22 136 55
Binary 11011110 1000110 111 0 1000100 1100001 1101 10010 1011110 101101

Color Harmonies of #DE4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4607

Black with #DE4607

Text Example


Text Example

White with #DE4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4607; }

 p { color: rgb(222,70,7); }

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

background-color css

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

 a { background-color: rgb(222,70,7); }

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

border-color css

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

 span { border-color: rgb(222,70,7); }

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