Html Css Color HEX #DC443C Cinnabar

📋 copy color: '#DC443C'

red 220 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DC443C

Tints of Cinnabar #DC443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 63.22%
G = 19.54%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC443C (or 0xDC443C) is known color: Cinnabar. HEX triplet: DC, 44 and 3C. RGB value is (220,68,60). Sum of RGB (Red+Green+Blue) = 220+68+60=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC443C is #23BBC3. Grayscale: #707070. Windows color (decimal): -2341828 or 3949788. OLE color: 3949788.

HSL color Cylindrical-coordinate representation of color #DC443C: hue angle of 3º 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 #DC443C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 60 -
CMYK 0 0.69 0.73 0.14
HSL 0.7% 0.55% -
HSV(B) 0.73% 0.86% -
XYZ 32.4 19.68 6.37 -
YUV 112.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 220 68 60 0 0.69 0.73 0.14 3 0.7 0.55
Hex DC 44 3C 0 45 49 E 3 46 37
Octal 334 104 74 0 105 111 16 3 106 67
Binary 11011100 1000100 111100 0 1000101 1001001 1110 11 1000110 110111

Color Harmonies of #DC443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC443C

Black with #DC443C

Text Example


Text Example

White with #DC443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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