Html Css Color HEX #DC0C2C Crimson

📋 copy color: '#DC0C2C'

red 220 ◦ green 12 ◦ blue 44

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

Shades of Crimson #DC0C2C

Tints of Crimson #DC0C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 79.71%
G = 4.35%
B = 15.94%

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

#DC0C2C (or 0xDC0C2C) is known color: Crimson. HEX triplet: DC, 0C and 2C. RGB value is (220,12,44). Sum of RGB (Red+Green+Blue) = 220+12+44=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C2C is #23F3D3. Grayscale: #4D4D4D. Windows color (decimal): -2356180 or 2886876. OLE color: 2886876.

HSL color Cylindrical-coordinate representation of color #DC0C2C: hue angle of 350.77º degrees, saturation: 0.9, 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 #DC0C2C is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 44 -
CMYK 0 0.95 0.8 0.14
HSL 350.77º 0.9% 0.45% -
HSV(B) 350.77º 0.95% 0.86% -
XYZ 30.1 15.66 3.82 -
YUV 77.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 220 12 44 0 0.95 0.8 0.14 350.77 0.9 0.45
Hex DC C 2C 0 5F 50 E 15F 5A 2D
Octal 334 14 54 0 137 120 16 537 132 55
Binary 11011100 1100 101100 0 1011111 1010000 1110 101011111 1011010 101101

Color Harmonies of #DC0C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C2C

Black with #DC0C2C

Text Example


Text Example

White with #DC0C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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