Html Css Color HEX #DC453C Cinnabar

📋 copy color: '#DC453C'

red 220 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #DC453C

Tints of Cinnabar #DC453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

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

R = 63.04%
G = 19.77%
B = 17.19%

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

#DC453C (or 0xDC453C) is known color: Cinnabar. HEX triplet: DC, 45 and 3C. RGB value is (220,69,60). Sum of RGB (Red+Green+Blue) = 220+69+60=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC453C is #23BAC3. Grayscale: #717171. Windows color (decimal): -2341572 or 3950044. OLE color: 3950044.

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

Color convert

RGB 220 69 60 -
CMYK 0 0.69 0.73 0.14
HSL 3.38º 0.7% 0.55% -
HSV(B) 3.38º 0.73% 0.86% -
XYZ 32.46 19.8 6.39 -
YUV 113.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 220 69 60 0 0.69 0.73 0.14 3.38 0.7 0.55
Hex DC 45 3C 0 45 49 E 3 46 37
Octal 334 105 74 0 105 111 16 3 106 67
Binary 11011100 1000101 111100 0 1000101 1001001 1110 11 1000110 110111

Color Harmonies of #DC453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC453C

Black with #DC453C

Text Example


Text Example

White with #DC453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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