Html Css Color HEX #DC1833 Crimson

📋 copy color: '#DC1833'

red 220 ◦ green 24 ◦ blue 51

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

Shades of Crimson #DC1833

Tints of Crimson #DC1833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 74.58%
G = 8.14%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1833 (or 0xDC1833) is known color: Crimson. HEX triplet: DC, 18 and 33. RGB value is (220,24,51). Sum of RGB (Red+Green+Blue) = 220+24+51=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1833 is #23E7CC. Grayscale: #555555. Windows color (decimal): -2353101 or 3348700. OLE color: 3348700.

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

Color convert

RGB 220 24 51 -
CMYK 0 0.89 0.77 0.14
HSL 351.73º 0.8% 0.48% -
HSV(B) 351.73º 0.89% 0.86% -
XYZ 30.44 16.11 4.64 -
YUV 85.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 220 24 51 0 0.89 0.77 0.14 351.73 0.8 0.48
Hex DC 18 33 0 59 4D E 160 50 30
Octal 334 30 63 0 131 115 16 540 120 60
Binary 11011100 11000 110011 0 1011001 1001101 1110 101100000 1010000 110000

Color Harmonies of #DC1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1833

Black with #DC1833

Text Example


Text Example

White with #DC1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1833; }

 p { color: rgb(220,24,51); }

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

background-color css

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

 a { background-color: rgb(220,24,51); }

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

border-color css

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

 span { border-color: rgb(220,24,51); }

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