Html Css Color HEX #DC0D3A Crimson

📋 copy color: '#DC0D3A'

red 220 ◦ green 13 ◦ blue 58

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

Shades of Crimson #DC0D3A

Tints of Crimson #DC0D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 75.6%
G = 4.47%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC0D3A (or 0xDC0D3A) is known color: Crimson. HEX triplet: DC, 0D and 3A. RGB value is (220,13,58). Sum of RGB (Red+Green+Blue) = 220+13+58=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D3A is #23F2C5. Grayscale: #505050. Windows color (decimal): -2355910 or 3804636. OLE color: 3804636.

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

Color convert

RGB 220 13 58 -
CMYK 0 0.94 0.74 0.14
HSL 346.96º 0.89% 0.46% -
HSV(B) 346.96º 0.94% 0.86% -
XYZ 30.42 15.81 5.45 -
YUV 80.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 220 13 58 0 0.94 0.74 0.14 346.96 0.89 0.46
Hex DC D 3A 0 5E 4A E 15B 59 2E
Octal 334 15 72 0 136 112 16 533 131 56
Binary 11011100 1101 111010 0 1011110 1001010 1110 101011011 1011001 101110

Color Harmonies of #DC0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D3A

Black with #DC0D3A

Text Example


Text Example

White with #DC0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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