Html Css Color HEX #DE4300 Persimmon

📋 copy color: '#DE4300'

red 222 ◦ green 67 ◦ blue 0

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

Shades of Persimmon #DE4300

Tints of Persimmon #DE4300

RGB

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

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

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

R = 76.82%
G = 23.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE4300 (or 0xDE4300) is known color: Persimmon. HEX triplet: DE, 43 and 00. RGB value is (222,67,0). Sum of RGB (Red+Green+Blue) = 222+67+0=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4300 is #21BCFF. Grayscale: #6A6A6A. Windows color (decimal): -2211072 or 17374. OLE color: 17374.

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

Color convert

RGB 222 67 0 -
CMYK 0 0.70 1 0.13
HSL 18.11º 1% 0.44% -
HSV(B) 18.11º 1% 0.87% -
XYZ 32.13 19.54 2.08 -
YUV 105.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 222 67 0 0 0.70 1 0.13 18.11 1 0.44
Hex DE 43 0 0 46 64 D 12 64 2C
Octal 336 103 0 0 106 144 15 22 144 54
Binary 11011110 1000011 0 0 1000110 1100100 1101 10010 1100100 101100

Color Harmonies of #DE4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4300

Black with #DE4300

Text Example


Text Example

White with #DE4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4300; }

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

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

background-color css

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

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

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

border-color css

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

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

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