Html Css Color HEX #DC0D2F Crimson

📋 copy color: '#DC0D2F'

red 220 ◦ green 13 ◦ blue 47

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

Shades of Crimson #DC0D2F

Tints of Crimson #DC0D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 78.57%
G = 4.64%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC0D2F (or 0xDC0D2F) is known color: Crimson. HEX triplet: DC, 0D and 2F. RGB value is (220,13,47). Sum of RGB (Red+Green+Blue) = 220+13+47=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D2F is #23F2D0. Grayscale: #4E4E4E. Windows color (decimal): -2355921 or 3083740. OLE color: 3083740.

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

Color convert

RGB 220 13 47 -
CMYK 0 0.94 0.79 0.14
HSL 350.14º 0.89% 0.46% -
HSV(B) 350.14º 0.94% 0.86% -
XYZ 30.17 15.71 4.13 -
YUV 78.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 220 13 47 0 0.94 0.79 0.14 350.14 0.89 0.46
Hex DC D 2F 0 5E 4F E 15E 59 2E
Octal 334 15 57 0 136 117 16 536 131 56
Binary 11011100 1101 101111 0 1011110 1001111 1110 101011110 1011001 101110

Color Harmonies of #DC0D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D2F

Black with #DC0D2F

Text Example


Text Example

White with #DC0D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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