Html Css Color HEX #DC0D42 Crimson

📋 copy color: '#DC0D42'

red 220 ◦ green 13 ◦ blue 66

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

Shades of Crimson #DC0D42

Tints of Crimson #DC0D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 73.58%
G = 4.35%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC0D42 (or 0xDC0D42) is known color: Crimson. HEX triplet: DC, 0D and 42. RGB value is (220,13,66). Sum of RGB (Red+Green+Blue) = 220+13+66=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D42 is #23F2BD. Grayscale: #505050. Windows color (decimal): -2355902 or 4328924. OLE color: 4328924.

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

Color convert

RGB 220 13 66 -
CMYK 0 0.94 0.7 0.14
HSL 344.64º 0.89% 0.46% -
HSV(B) 344.64º 0.94% 0.86% -
XYZ 30.64 15.9 6.61 -
YUV 80.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 220 13 66 0 0.94 0.7 0.14 344.64 0.89 0.46
Hex DC D 42 0 5E 46 E 159 59 2E
Octal 334 15 102 0 136 106 16 531 131 56
Binary 11011100 1101 1000010 0 1011110 1000110 1110 101011001 1011001 101110

Color Harmonies of #DC0D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D42

Black with #DC0D42

Text Example


Text Example

White with #DC0D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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