Html Css Color HEX #DC483C Cinnabar

📋 copy color: '#DC483C'

red 220 ◦ green 72 ◦ blue 60

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

Shades of Cinnabar #DC483C

Tints of Cinnabar #DC483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 62.5%
G = 20.45%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC483C (or 0xDC483C) is known color: Cinnabar. HEX triplet: DC, 48 and 3C. RGB value is (220,72,60). Sum of RGB (Red+Green+Blue) = 220+72+60=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC483C is #23B7C3. Grayscale: #737373. Windows color (decimal): -2340804 or 3950812. OLE color: 3950812.

HSL color Cylindrical-coordinate representation of color #DC483C: hue angle of 4.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC483C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 60 -
CMYK 0 0.67 0.73 0.14
HSL 4.5º 0.7% 0.55% -
HSV(B) 4.5º 0.73% 0.86% -
XYZ 32.65 20.18 6.45 -
YUV 114.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 220 72 60 0 0.67 0.73 0.14 4.5 0.7 0.55
Hex DC 48 3C 0 43 49 E 4 46 37
Octal 334 110 74 0 103 111 16 4 106 67
Binary 11011100 1001000 111100 0 1000011 1001001 1110 100 1000110 110111

Color Harmonies of #DC483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC483C

Black with #DC483C

Text Example


Text Example

White with #DC483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC483C; }

 p { color: rgb(220,72,60); }

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

background-color css

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

 a { background-color: rgb(220,72,60); }

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

border-color css

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

 span { border-color: rgb(220,72,60); }

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