Html Css Color HEX #DE440B Persimmon

📋 copy color: '#DE440B'

red 222 ◦ green 68 ◦ blue 11

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

Shades of Persimmon #DE440B

Tints of Persimmon #DE440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 73.75%
G = 22.59%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE440B (or 0xDE440B) is known color: Persimmon. HEX triplet: DE, 44 and 0B. RGB value is (222,68,11). Sum of RGB (Red+Green+Blue) = 222+68+11=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE440B is #21BBF4. Grayscale: #6B6B6B. Windows color (decimal): -2210805 or 738526. OLE color: 738526.

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

Color convert

RGB 222 68 11 -
CMYK 0 0.69 0.95 0.13
HSL 16.21º 0.91% 0.46% -
HSV(B) 16.21º 0.95% 0.87% -
XYZ 32.25 19.69 2.42 -
YUV 107.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 222 68 11 0 0.69 0.95 0.13 16.21 0.91 0.46
Hex DE 44 B 0 45 5F D 10 5B 2E
Octal 336 104 13 0 105 137 15 20 133 56
Binary 11011110 1000100 1011 0 1000101 1011111 1101 10000 1011011 101110

Color Harmonies of #DE440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE440B

Black with #DE440B

Text Example


Text Example

White with #DE440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE440B; }

 p { color: rgb(222,68,11); }

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

background-color css

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

 a { background-color: rgb(222,68,11); }

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

border-color css

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

 span { border-color: rgb(222,68,11); }

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