Html Css Color HEX #DC4B15 Persimmon

📋 copy color: '#DC4B15'

red 220 ◦ green 75 ◦ blue 21

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

Shades of Persimmon #DC4B15

Tints of Persimmon #DC4B15

RGB

 RED value IS 220 (86.33% from 255) = 69.62%

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 69.62%
G = 23.73%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4B15 (or 0xDC4B15) is known color: Persimmon. HEX triplet: DC, 4B and 15. RGB value is (220,75,21). Sum of RGB (Red+Green+Blue) = 220+75+21=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B15 is #23B4EA. Grayscale: #707070. Windows color (decimal): -2340075 or 1395676. OLE color: 1395676.

HSL color Cylindrical-coordinate representation of color #DC4B15: hue angle of 16.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4B15 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 21 -
CMYK 0 0.66 0.90 0.14
HSL 16.28º 0.83% 0.47% -
HSV(B) 16.28º 0.9% 0.86% -
XYZ 32.17 20.3 2.93 -
YUV 112.2 76.54 204.89 -
System Red Green Blue C M Y K H S L
Decimal 220 75 21 0 0.66 0.90 0.14 16.28 0.83 0.47
Hex DC 4B 15 0 42 5A E 10 53 2F
Octal 334 113 25 0 102 132 16 20 123 57
Binary 11011100 1001011 10101 0 1000010 1011010 1110 10000 1010011 101111

Color Harmonies of #DC4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B15

Black with #DC4B15

Text Example


Text Example

White with #DC4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B15; }

 p { color: rgb(220,75,21); }

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

background-color css

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

 a { background-color: rgb(220,75,21); }

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

border-color css

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

 span { border-color: rgb(220,75,21); }

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