Html Css Color HEX #DC2244 Crimson

📋 copy color: '#DC2244'

red 220 ◦ green 34 ◦ blue 68

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

Shades of Crimson #DC2244

Tints of Crimson #DC2244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 68.32%
G = 10.56%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC2244 (or 0xDC2244) is known color: Crimson. HEX triplet: DC, 22 and 44. RGB value is (220,34,68). Sum of RGB (Red+Green+Blue) = 220+34+68=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2244 is #23DDBB. Grayscale: #5D5D5D. Windows color (decimal): -2350524 or 4465372. OLE color: 4465372.

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

Color convert

RGB 220 34 68 -
CMYK 0 0.85 0.69 0.14
HSL 349.03º 0.73% 0.5% -
HSV(B) 349.03º 0.85% 0.86% -
XYZ 31.13 16.78 7.07 -
YUV 93.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 220 34 68 0 0.85 0.69 0.14 349.03 0.73 0.5
Hex DC 22 44 0 55 45 E 15D 49 32
Octal 334 42 104 0 125 105 16 535 111 62
Binary 11011100 100010 1000100 0 1010101 1000101 1110 101011101 1001001 110010

Color Harmonies of #DC2244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2244

Black with #DC2244

Text Example


Text Example

White with #DC2244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2244; }

 p { color: rgb(220,34,68); }

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

background-color css

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

 a { background-color: rgb(220,34,68); }

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

border-color css

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

 span { border-color: rgb(220,34,68); }

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