Html Css Color HEX #DC4001 Persimmon

📋 copy color: '#DC4001'

red 220 ◦ green 64 ◦ blue 1

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

Shades of Persimmon #DC4001

Tints of Persimmon #DC4001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 77.19%
G = 22.46%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC4001 (or 0xDC4001) is known color: Persimmon. HEX triplet: DC, 40 and 01. RGB value is (220,64,1). Sum of RGB (Red+Green+Blue) = 220+64+1=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4001 is #23BFFE. Grayscale: #676767. Windows color (decimal): -2342911 or 82140. OLE color: 82140.

HSL color Cylindrical-coordinate representation of color #DC4001: hue angle of 17.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4001 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 1 -
CMYK 0 0.71 1.00 0.14
HSL 17.26º 0.99% 0.43% -
HSV(B) 17.26º 1% 0.86% -
XYZ 31.35 18.88 2.02 -
YUV 103.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 220 64 1 0 0.71 1.00 0.14 17.26 0.99 0.43
Hex DC 40 1 0 47 64 E 11 63 2B
Octal 334 100 1 0 107 144 16 21 143 53
Binary 11011100 1000000 1 0 1000111 1100100 1110 10001 1100011 101011

Color Harmonies of #DC4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4001

Black with #DC4001

Text Example


Text Example

White with #DC4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4001; }

 p { color: rgb(220,64,1); }

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

background-color css

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

 a { background-color: rgb(220,64,1); }

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

border-color css

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

 span { border-color: rgb(220,64,1); }

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