Html Css Color HEX #DC4303 Persimmon

📋 copy color: '#DC4303'

red 220 ◦ green 67 ◦ blue 3

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

Shades of Persimmon #DC4303

Tints of Persimmon #DC4303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 75.86%
G = 23.1%
B = 1.03%

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

#DC4303 (or 0xDC4303) is known color: Persimmon. HEX triplet: DC, 43 and 03. RGB value is (220,67,3). Sum of RGB (Red+Green+Blue) = 220+67+3=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4303 is #23BCFC. Grayscale: #696969. Windows color (decimal): -2342141 or 213980. OLE color: 213980.

HSL color Cylindrical-coordinate representation of color #DC4303: hue angle of 17.7º degrees, saturation: 0.97, 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 #DC4303 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 3 -
CMYK 0 0.70 0.99 0.14
HSL 17.7º 0.97% 0.44% -
HSV(B) 17.7º 0.99% 0.86% -
XYZ 31.54 19.24 2.14 -
YUV 105.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 220 67 3 0 0.70 0.99 0.14 17.7 0.97 0.44
Hex DC 43 3 0 46 63 E 12 61 2C
Octal 334 103 3 0 106 143 16 22 141 54
Binary 11011100 1000011 11 0 1000110 1100011 1110 10010 1100001 101100

Color Harmonies of #DC4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4303

Black with #DC4303

Text Example


Text Example

White with #DC4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4303; }

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

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

background-color css

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

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

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

border-color css

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

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

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