Html Css Color HEX #DC0A2C Crimson

📋 copy color: '#DC0A2C'

red 220 ◦ green 10 ◦ blue 44

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

Shades of Crimson #DC0A2C

Tints of Crimson #DC0A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 80.29%
G = 3.65%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC0A2C (or 0xDC0A2C) is known color: Crimson. HEX triplet: DC, 0A and 2C. RGB value is (220,10,44). Sum of RGB (Red+Green+Blue) = 220+10+44=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0A2C is #23F5D3. Grayscale: #4C4C4C. Windows color (decimal): -2356692 or 2886364. OLE color: 2886364.

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

Color convert

RGB 220 10 44 -
CMYK 0 0.95 0.8 0.14
HSL 350.29º 0.91% 0.45% -
HSV(B) 350.29º 0.95% 0.86% -
XYZ 30.08 15.61 3.81 -
YUV 76.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 220 10 44 0 0.95 0.8 0.14 350.29 0.91 0.45
Hex DC A 2C 0 5F 50 E 15E 5B 2D
Octal 334 12 54 0 137 120 16 536 133 55
Binary 11011100 1010 101100 0 1011111 1010000 1110 101011110 1011011 101101

Color Harmonies of #DC0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0A2C

Black with #DC0A2C

Text Example


Text Example

White with #DC0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0A2C; }

 p { color: rgb(220,10,44); }

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

background-color css

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

 a { background-color: rgb(220,10,44); }

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

border-color css

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

 span { border-color: rgb(220,10,44); }

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