Html Css Color HEX #DE4100 Persimmon

📋 copy color: '#DE4100'

red 222 ◦ green 65 ◦ blue 0

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

Shades of Persimmon #DE4100

Tints of Persimmon #DE4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.35%
G = 22.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE4100 (or 0xDE4100) is known color: Persimmon. HEX triplet: DE, 41 and 00. RGB value is (222,65,0). Sum of RGB (Red+Green+Blue) = 222+65+0=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4100 is #21BEFF. Grayscale: #686868. Windows color (decimal): -2211584 or 16862. OLE color: 16862.

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

Color convert

RGB 222 65 0 -
CMYK 0 0.71 1 0.13
HSL 17.57º 1% 0.44% -
HSV(B) 17.57º 1% 0.87% -
XYZ 32.01 19.31 2.04 -
YUV 104.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 222 65 0 0 0.71 1 0.13 17.57 1 0.44
Hex DE 41 0 0 47 64 D 12 64 2C
Octal 336 101 0 0 107 144 15 22 144 54
Binary 11011110 1000001 0 0 1000111 1100100 1101 10010 1100100 101100

Color Harmonies of #DE4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4100

Black with #DE4100

Text Example


Text Example

White with #DE4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4100; }

 p { color: rgb(222,65,0); }

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

background-color css

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

 a { background-color: rgb(222,65,0); }

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

border-color css

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

 span { border-color: rgb(222,65,0); }

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