Html Css Color HEX #DC063D Crimson

📋 copy color: '#DC063D'

red 220 ◦ green 6 ◦ blue 61

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

Shades of Crimson #DC063D

Tints of Crimson #DC063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 76.66%
G = 2.09%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC063D (or 0xDC063D) is known color: Crimson. HEX triplet: DC, 06 and 3D. RGB value is (220,6,61). Sum of RGB (Red+Green+Blue) = 220+6+61=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC063D is #23F9C2. Grayscale: #4C4C4C. Windows color (decimal): -2357699 or 3999452. OLE color: 3999452.

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

Color convert

RGB 220 6 61 -
CMYK 0 0.97 0.72 0.14
HSL 344.58º 0.95% 0.44% -
HSV(B) 344.58º 0.97% 0.86% -
XYZ 30.42 15.68 5.84 -
YUV 76.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 220 6 61 0 0.97 0.72 0.14 344.58 0.95 0.44
Hex DC 6 3D 0 61 48 E 159 5F 2C
Octal 334 6 75 0 141 110 16 531 137 54
Binary 11011100 110 111101 0 1100001 1001000 1110 101011001 1011111 101100

Color Harmonies of #DC063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC063D

Black with #DC063D

Text Example


Text Example

White with #DC063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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