Html Css Color HEX #DC063C Crimson

📋 copy color: '#DC063C'

red 220 ◦ green 6 ◦ blue 60

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

Shades of Crimson #DC063C

Tints of Crimson #DC063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 76.92%
G = 2.1%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC063C (or 0xDC063C) is known color: Crimson. HEX triplet: DC, 06 and 3C. RGB value is (220,6,60). Sum of RGB (Red+Green+Blue) = 220+6+60=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC063C is #23F9C3. Grayscale: #4C4C4C. Windows color (decimal): -2357700 or 3933916. OLE color: 3933916.

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

Color convert

RGB 220 6 60 -
CMYK 0 0.97 0.73 0.14
HSL 344.86º 0.95% 0.44% -
HSV(B) 344.86º 0.97% 0.86% -
XYZ 30.4 15.67 5.7 -
YUV 76.14 118.9 230.61 -
System Red Green Blue C M Y K H S L
Decimal 220 6 60 0 0.97 0.73 0.14 344.86 0.95 0.44
Hex DC 6 3C 0 61 49 E 159 5F 2C
Octal 334 6 74 0 141 111 16 531 137 54
Binary 11011100 110 111100 0 1100001 1001001 1110 101011001 1011111 101100

Color Harmonies of #DC063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC063C

Black with #DC063C

Text Example


Text Example

White with #DC063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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