Html Css Color HEX #DE510C Persimmon

📋 copy color: '#DE510C'

red 222 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #DE510C

Tints of Persimmon #DE510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 70.48%
G = 25.71%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE510C (or 0xDE510C) is known color: Persimmon. HEX triplet: DE, 51 and 0C. RGB value is (222,81,12). Sum of RGB (Red+Green+Blue) = 222+81+12=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE510C is #21AEF3. Grayscale: #737373. Windows color (decimal): -2207476 or 807390. OLE color: 807390.

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

Color convert

RGB 222 81 12 -
CMYK 0 0.64 0.95 0.13
HSL 19.71º 0.9% 0.46% -
HSV(B) 19.71º 0.95% 0.87% -
XYZ 33.13 21.44 2.74 -
YUV 115.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 222 81 12 0 0.64 0.95 0.13 19.71 0.9 0.46
Hex DE 51 C 0 40 5F D 14 5A 2E
Octal 336 121 14 0 100 137 15 24 132 56
Binary 11011110 1010001 1100 0 1000000 1011111 1101 10100 1011010 101110

Color Harmonies of #DE510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE510C

Black with #DE510C

Text Example


Text Example

White with #DE510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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