Html Css Color HEX #DC0D3F Crimson

📋 copy color: '#DC0D3F'

red 220 ◦ green 13 ◦ blue 63

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

Shades of Crimson #DC0D3F

Tints of Crimson #DC0D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 74.32%
G = 4.39%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC0D3F (or 0xDC0D3F) is known color: Crimson. HEX triplet: DC, 0D and 3F. RGB value is (220,13,63). Sum of RGB (Red+Green+Blue) = 220+13+63=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D3F is #23F2C0. Grayscale: #505050. Windows color (decimal): -2355905 or 4132316. OLE color: 4132316.

HSL color Cylindrical-coordinate representation of color #DC0D3F: hue angle of 345.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D3F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 63 -
CMYK 0 0.94 0.71 0.14
HSL 345.51º 0.89% 0.46% -
HSV(B) 345.51º 0.94% 0.86% -
XYZ 30.56 15.86 6.15 -
YUV 80.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 220 13 63 0 0.94 0.71 0.14 345.51 0.89 0.46
Hex DC D 3F 0 5E 47 E 15A 59 2E
Octal 334 15 77 0 136 107 16 532 131 56
Binary 11011100 1101 111111 0 1011110 1000111 1110 101011010 1011001 101110

Color Harmonies of #DC0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D3F

Black with #DC0D3F

Text Example


Text Example

White with #DC0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D3F; }

 p { color: rgb(220,13,63); }

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

background-color css

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

 a { background-color: rgb(220,13,63); }

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

border-color css

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

 span { border-color: rgb(220,13,63); }

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