Html Css Color HEX #DE4905 Persimmon

📋 copy color: '#DE4905'

red 222 ◦ green 73 ◦ blue 5

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

Shades of Persimmon #DE4905

Tints of Persimmon #DE4905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 74%
G = 24.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE4905 (or 0xDE4905) is known color: Persimmon. HEX triplet: DE, 49 and 05. RGB value is (222,73,5). Sum of RGB (Red+Green+Blue) = 222+73+5=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4905 is #21B6FA. Grayscale: #6E6E6E. Windows color (decimal): -2209531 or 346590. OLE color: 346590.

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

Color convert

RGB 222 73 5 -
CMYK 0 0.67 0.98 0.13
HSL 18.8º 0.96% 0.45% -
HSV(B) 18.8º 0.98% 0.87% -
XYZ 32.53 20.31 2.35 -
YUV 109.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 222 73 5 0 0.67 0.98 0.13 18.8 0.96 0.45
Hex DE 49 5 0 43 62 D 13 60 2D
Octal 336 111 5 0 103 142 15 23 140 55
Binary 11011110 1001001 101 0 1000011 1100010 1101 10011 1100000 101101

Color Harmonies of #DE4905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4905

Black with #DE4905

Text Example


Text Example

White with #DE4905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4905; }

 p { color: rgb(222,73,5); }

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

background-color css

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

 a { background-color: rgb(222,73,5); }

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

border-color css

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

 span { border-color: rgb(222,73,5); }

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