Html Css Color HEX #D60C46 Crimson

📋 copy color: '#D60C46'

red 214 ◦ green 12 ◦ blue 70

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

Shades of Crimson #D60C46

Tints of Crimson #D60C46

RGB

 RED value IS 214 (83.98% from 255) = 72.3%

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 72.3%
G = 4.05%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D60C46 (or 0xD60C46) is known color: Crimson. HEX triplet: D6, 0C and 46. RGB value is (214,12,70). Sum of RGB (Red+Green+Blue) = 214+12+70=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C46 is #29F3B9. Grayscale: #4E4E4E. Windows color (decimal): -2749370 or 4590806. OLE color: 4590806.

HSL color Cylindrical-coordinate representation of color #D60C46: hue angle of 342.77º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C46 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 70 -
CMYK 0 0.94 0.67 0.16
HSL 342.77º 0.89% 0.44% -
HSV(B) 342.77º 0.94% 0.84% -
XYZ 28.97 15 7.16 -
YUV 79.01 122.92 224.28 -
System Red Green Blue C M Y K H S L
Decimal 214 12 70 0 0.94 0.67 0.16 342.77 0.89 0.44
Hex D6 C 46 0 5E 43 10 157 59 2C
Octal 326 14 106 0 136 103 20 527 131 54
Binary 11010110 1100 1000110 0 1011110 1000011 10000 101010111 1011001 101100

Color Harmonies of #D60C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C46

Black with #D60C46

Text Example


Text Example

White with #D60C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C46; }

 p { color: rgb(214,12,70); }

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

background-color css

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

 a { background-color: rgb(214,12,70); }

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

border-color css

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

 span { border-color: rgb(214,12,70); }

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