Html Css Color HEX #DE4305 Persimmon

📋 copy color: '#DE4305'

red 222 ◦ green 67 ◦ blue 5

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

Shades of Persimmon #DE4305

Tints of Persimmon #DE4305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 75.51%
G = 22.79%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE4305 (or 0xDE4305) is known color: Persimmon. HEX triplet: DE, 43 and 05. RGB value is (222,67,5). Sum of RGB (Red+Green+Blue) = 222+67+5=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4305 is #21BCFA. Grayscale: #6A6A6A. Windows color (decimal): -2211067 or 345054. OLE color: 345054.

HSL color Cylindrical-coordinate representation of color #DE4305: hue angle of 17.14º 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 #DE4305 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 67 5 -
CMYK 0 0.70 0.98 0.13
HSL 17.14º 0.96% 0.45% -
HSV(B) 17.14º 0.98% 0.87% -
XYZ 32.16 19.55 2.22 -
YUV 106.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 222 67 5 0 0.70 0.98 0.13 17.14 0.96 0.45
Hex DE 43 5 0 46 62 D 11 60 2D
Octal 336 103 5 0 106 142 15 21 140 55
Binary 11011110 1000011 101 0 1000110 1100010 1101 10001 1100000 101101

Color Harmonies of #DE4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4305

Black with #DE4305

Text Example


Text Example

White with #DE4305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4305; }

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

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

background-color css

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

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

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

border-color css

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

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

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