Html Css Color HEX #DC122B Crimson

📋 copy color: '#DC122B'

red 220 ◦ green 18 ◦ blue 43

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

Shades of Crimson #DC122B

Tints of Crimson #DC122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 78.29%
G = 6.41%
B = 15.3%

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

#DC122B (or 0xDC122B) is known color: Crimson. HEX triplet: DC, 12 and 2B. RGB value is (220,18,43). Sum of RGB (Red+Green+Blue) = 220+18+43=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122B is #23EDD4. Grayscale: #515151. Windows color (decimal): -2354645 or 2822876. OLE color: 2822876.

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

Color convert

RGB 220 18 43 -
CMYK 0 0.92 0.80 0.14
HSL 352.57º 0.85% 0.47% -
HSV(B) 352.57º 0.92% 0.86% -
XYZ 30.17 15.82 3.75 -
YUV 81.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 220 18 43 0 0.92 0.80 0.14 352.57 0.85 0.47
Hex DC 12 2B 0 5C 50 E 161 55 2F
Octal 334 22 53 0 134 120 16 541 125 57
Binary 11011100 10010 101011 0 1011100 1010000 1110 101100001 1010101 101111

Color Harmonies of #DC122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC122B

Black with #DC122B

Text Example


Text Example

White with #DC122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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