Html Css Color HEX #DC0C37 Crimson

📋 copy color: '#DC0C37'

red 220 ◦ green 12 ◦ blue 55

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

Shades of Crimson #DC0C37

Tints of Crimson #DC0C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 76.66%
G = 4.18%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0C37 (or 0xDC0C37) is known color: Crimson. HEX triplet: DC, 0C and 37. RGB value is (220,12,55). Sum of RGB (Red+Green+Blue) = 220+12+55=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C37 is #23F3C8. Grayscale: #4F4F4F. Windows color (decimal): -2356169 or 3607772. OLE color: 3607772.

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

Color convert

RGB 220 12 55 -
CMYK 0 0.95 0.75 0.14
HSL 347.6º 0.9% 0.45% -
HSV(B) 347.6º 0.95% 0.86% -
XYZ 30.34 15.75 5.06 -
YUV 79.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 220 12 55 0 0.95 0.75 0.14 347.6 0.9 0.45
Hex DC C 37 0 5F 4B E 15C 5A 2D
Octal 334 14 67 0 137 113 16 534 132 55
Binary 11011100 1100 110111 0 1011111 1001011 1110 101011100 1011010 101101

Color Harmonies of #DC0C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C37

Black with #DC0C37

Text Example


Text Example

White with #DC0C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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