Html Css Color HEX #DC1642 Crimson

📋 copy color: '#DC1642'

red 220 ◦ green 22 ◦ blue 66

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

Shades of Crimson #DC1642

Tints of Crimson #DC1642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 71.43%
G = 7.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC1642 (or 0xDC1642) is known color: Crimson. HEX triplet: DC, 16 and 42. RGB value is (220,22,66). Sum of RGB (Red+Green+Blue) = 220+22+66=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1642 is #23E9BD. Grayscale: #565656. Windows color (decimal): -2353598 or 4331228. OLE color: 4331228.

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

Color convert

RGB 220 22 66 -
CMYK 0 0.9 0.7 0.14
HSL 346.67º 0.82% 0.47% -
HSV(B) 346.67º 0.9% 0.86% -
XYZ 30.79 16.18 6.66 -
YUV 86.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 220 22 66 0 0.9 0.7 0.14 346.67 0.82 0.47
Hex DC 16 42 0 5A 46 E 15B 52 2F
Octal 334 26 102 0 132 106 16 533 122 57
Binary 11011100 10110 1000010 0 1011010 1000110 1110 101011011 1010010 101111

Color Harmonies of #DC1642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1642

Black with #DC1642

Text Example


Text Example

White with #DC1642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1642; }

 p { color: rgb(220,22,66); }

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

background-color css

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

 a { background-color: rgb(220,22,66); }

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

border-color css

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

 span { border-color: rgb(220,22,66); }

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