Html Css Color HEX #DE550C Persimmon

📋 copy color: '#DE550C'

red 222 ◦ green 85 ◦ blue 12

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

Shades of Persimmon #DE550C

Tints of Persimmon #DE550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 69.59%
G = 26.65%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE550C (or 0xDE550C) is known color: Persimmon. HEX triplet: DE, 55 and 0C. RGB value is (222,85,12). Sum of RGB (Red+Green+Blue) = 222+85+12=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE550C is #21AAF3. Grayscale: #767676. Windows color (decimal): -2206452 or 808414. OLE color: 808414.

HSL color Cylindrical-coordinate representation of color #DE550C: hue angle of 20.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE550C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 85 12 -
CMYK 0 0.62 0.95 0.13
HSL 20.86º 0.9% 0.46% -
HSV(B) 20.86º 0.95% 0.87% -
XYZ 33.44 22.05 2.84 -
YUV 117.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 222 85 12 0 0.62 0.95 0.13 20.86 0.9 0.46
Hex DE 55 C 0 3E 5F D 15 5A 2E
Octal 336 125 14 0 76 137 15 25 132 56
Binary 11011110 1010101 1100 0 111110 1011111 1101 10101 1011010 101110

Color Harmonies of #DE550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE550C

Black with #DE550C

Text Example


Text Example

White with #DE550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE550C; }

 p { color: rgb(222,85,12); }

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

background-color css

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

 a { background-color: rgb(222,85,12); }

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

border-color css

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

 span { border-color: rgb(222,85,12); }

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