Html Css Color HEX #DC1930 Crimson

📋 copy color: '#DC1930'

red 220 ◦ green 25 ◦ blue 48

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

Shades of Crimson #DC1930

Tints of Crimson #DC1930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 75.09%
G = 8.53%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC1930 (or 0xDC1930) is known color: Crimson. HEX triplet: DC, 19 and 30. RGB value is (220,25,48). Sum of RGB (Red+Green+Blue) = 220+25+48=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1930 is #23E6CF. Grayscale: #565656. Windows color (decimal): -2352848 or 3152348. OLE color: 3152348.

HSL color Cylindrical-coordinate representation of color #DC1930: hue angle of 352.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1930 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 48 -
CMYK 0 0.89 0.78 0.14
HSL 352.92º 0.8% 0.48% -
HSV(B) 352.92º 0.89% 0.86% -
XYZ 30.4 16.12 4.31 -
YUV 85.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 220 25 48 0 0.89 0.78 0.14 352.92 0.8 0.48
Hex DC 19 30 0 59 4E E 161 50 30
Octal 334 31 60 0 131 116 16 541 120 60
Binary 11011100 11001 110000 0 1011001 1001110 1110 101100001 1010000 110000

Color Harmonies of #DC1930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1930

Black with #DC1930

Text Example


Text Example

White with #DC1930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1930; }

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

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

background-color css

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

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

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

border-color css

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

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

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