Html Css Color HEX #DC0C31 Crimson

📋 copy color: '#DC0C31'

red 220 ◦ green 12 ◦ blue 49

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

Shades of Crimson #DC0C31

Tints of Crimson #DC0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 78.29%
G = 4.27%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0C31 (or 0xDC0C31) is known color: Crimson. HEX triplet: DC, 0C and 31. RGB value is (220,12,49). Sum of RGB (Red+Green+Blue) = 220+12+49=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C31 is #23F3CE. Grayscale: #4E4E4E. Windows color (decimal): -2356175 or 3214556. OLE color: 3214556.

HSL color Cylindrical-coordinate representation of color #DC0C31: hue angle of 349.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C31 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 49 -
CMYK 0 0.95 0.78 0.14
HSL 349.33º 0.9% 0.45% -
HSV(B) 349.33º 0.95% 0.86% -
XYZ 30.2 15.7 4.34 -
YUV 78.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 220 12 49 0 0.95 0.78 0.14 349.33 0.9 0.45
Hex DC C 31 0 5F 4E E 15D 5A 2D
Octal 334 14 61 0 137 116 16 535 132 55
Binary 11011100 1100 110001 0 1011111 1001110 1110 101011101 1011010 101101

Color Harmonies of #DC0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C31

Black with #DC0C31

Text Example


Text Example

White with #DC0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C31; }

 p { color: rgb(220,12,49); }

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

background-color css

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

 a { background-color: rgb(220,12,49); }

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

border-color css

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

 span { border-color: rgb(220,12,49); }

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