Html Css Color HEX #DC122D Crimson

📋 copy color: '#DC122D'

red 220 ◦ green 18 ◦ blue 45

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

Shades of Crimson #DC122D

Tints of Crimson #DC122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 77.74%
G = 6.36%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC122D (or 0xDC122D) is known color: Crimson. HEX triplet: DC, 12 and 2D. RGB value is (220,18,45). Sum of RGB (Red+Green+Blue) = 220+18+45=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122D is #23EDD2. Grayscale: #515151. Windows color (decimal): -2354643 or 2953948. OLE color: 2953948.

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

Color convert

RGB 220 18 45 -
CMYK 0 0.92 0.80 0.14
HSL 351.98º 0.85% 0.47% -
HSV(B) 351.98º 0.92% 0.86% -
XYZ 30.21 15.84 3.95 -
YUV 81.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 220 18 45 0 0.92 0.80 0.14 351.98 0.85 0.47
Hex DC 12 2D 0 5C 50 E 160 55 2F
Octal 334 22 55 0 134 120 16 540 125 57
Binary 11011100 10010 101101 0 1011100 1010000 1110 101100000 1010101 101111

Color Harmonies of #DC122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC122D

Black with #DC122D

Text Example


Text Example

White with #DC122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC122D; }

 p { color: rgb(220,18,45); }

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

background-color css

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

 a { background-color: rgb(220,18,45); }

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

border-color css

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

 span { border-color: rgb(220,18,45); }

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