Html Css Color HEX #DC1330 Crimson

📋 copy color: '#DC1330'

red 220 ◦ green 19 ◦ blue 48

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

Shades of Crimson #DC1330

Tints of Crimson #DC1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 76.66%
G = 6.62%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC1330 (or 0xDC1330) is known color: Crimson. HEX triplet: DC, 13 and 30. RGB value is (220,19,48). Sum of RGB (Red+Green+Blue) = 220+19+48=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1330 is #23ECCF. Grayscale: #525252. Windows color (decimal): -2354384 or 3150812. OLE color: 3150812.

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

Color convert

RGB 220 19 48 -
CMYK 0 0.91 0.78 0.14
HSL 351.34º 0.84% 0.47% -
HSV(B) 351.34º 0.91% 0.86% -
XYZ 30.28 15.89 4.27 -
YUV 82.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 220 19 48 0 0.91 0.78 0.14 351.34 0.84 0.47
Hex DC 13 30 0 5B 4E E 15F 54 2F
Octal 334 23 60 0 133 116 16 537 124 57
Binary 11011100 10011 110000 0 1011011 1001110 1110 101011111 1010100 101111

Color Harmonies of #DC1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1330

Black with #DC1330

Text Example


Text Example

White with #DC1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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