Html Css Color HEX #DC4302 Persimmon

📋 copy color: '#DC4302'

red 220 ◦ green 67 ◦ blue 2

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

Shades of Persimmon #DC4302

Tints of Persimmon #DC4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 76.12%
G = 23.18%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4302 (or 0xDC4302) is known color: Persimmon. HEX triplet: DC, 43 and 02. RGB value is (220,67,2). Sum of RGB (Red+Green+Blue) = 220+67+2=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4302 is #23BCFD. Grayscale: #696969. Windows color (decimal): -2342142 or 148444. OLE color: 148444.

HSL color Cylindrical-coordinate representation of color #DC4302: hue angle of 17.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC4302 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 2 -
CMYK 0 0.70 0.99 0.14
HSL 17.89º 0.98% 0.44% -
HSV(B) 17.89º 0.99% 0.86% -
XYZ 31.53 19.23 2.11 -
YUV 105.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 220 67 2 0 0.70 0.99 0.14 17.89 0.98 0.44
Hex DC 43 2 0 46 63 E 12 62 2C
Octal 334 103 2 0 106 143 16 22 142 54
Binary 11011100 1000011 10 0 1000110 1100011 1110 10010 1100010 101100

Color Harmonies of #DC4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4302

Black with #DC4302

Text Example


Text Example

White with #DC4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4302; }

 p { color: rgb(220,67,2); }

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

background-color css

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

 a { background-color: rgb(220,67,2); }

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

border-color css

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

 span { border-color: rgb(220,67,2); }

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