Html Css Color HEX #DC1630 Crimson

📋 copy color: '#DC1630'

red 220 ◦ green 22 ◦ blue 48

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

Shades of Crimson #DC1630

Tints of Crimson #DC1630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 75.86%
G = 7.59%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC1630 (or 0xDC1630) is known color: Crimson. HEX triplet: DC, 16 and 30. RGB value is (220,22,48). Sum of RGB (Red+Green+Blue) = 220+22+48=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1630 is #23E9CF. Grayscale: #545454. Windows color (decimal): -2353616 or 3151580. OLE color: 3151580.

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

Color convert

RGB 220 22 48 -
CMYK 0 0.9 0.78 0.14
HSL 352.12º 0.82% 0.47% -
HSV(B) 352.12º 0.9% 0.86% -
XYZ 30.34 16 4.29 -
YUV 84.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 220 22 48 0 0.9 0.78 0.14 352.12 0.82 0.47
Hex DC 16 30 0 5A 4E E 160 52 2F
Octal 334 26 60 0 132 116 16 540 122 57
Binary 11011100 10110 110000 0 1011010 1001110 1110 101100000 1010010 101111

Color Harmonies of #DC1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1630

Black with #DC1630

Text Example


Text Example

White with #DC1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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