Html Css Color HEX #DC0D3B Crimson

📋 copy color: '#DC0D3B'

red 220 ◦ green 13 ◦ blue 59

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

Shades of Crimson #DC0D3B

Tints of Crimson #DC0D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 75.34%
G = 4.45%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC0D3B (or 0xDC0D3B) is known color: Crimson. HEX triplet: DC, 0D and 3B. RGB value is (220,13,59). Sum of RGB (Red+Green+Blue) = 220+13+59=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D3B is #23F2C4. Grayscale: #505050. Windows color (decimal): -2355909 or 3870172. OLE color: 3870172.

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

Color convert

RGB 220 13 59 -
CMYK 0 0.94 0.73 0.14
HSL 346.67º 0.89% 0.46% -
HSV(B) 346.67º 0.94% 0.86% -
XYZ 30.45 15.82 5.59 -
YUV 80.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 220 13 59 0 0.94 0.73 0.14 346.67 0.89 0.46
Hex DC D 3B 0 5E 49 E 15B 59 2E
Octal 334 15 73 0 136 111 16 533 131 56
Binary 11011100 1101 111011 0 1011110 1001001 1110 101011011 1011001 101110

Color Harmonies of #DC0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D3B

Black with #DC0D3B

Text Example


Text Example

White with #DC0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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