Html Css Color HEX #D60C47 Crimson

📋 copy color: '#D60C47'

red 214 ◦ green 12 ◦ blue 71

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

Shades of Crimson #D60C47

Tints of Crimson #D60C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 72.05%
G = 4.04%
B = 23.91%

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

#D60C47 (or 0xD60C47) is known color: Crimson. HEX triplet: D6, 0C and 47. RGB value is (214,12,71). Sum of RGB (Red+Green+Blue) = 214+12+71=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C47 is #29F3B8. Grayscale: #4F4F4F. Windows color (decimal): -2749369 or 4656342. OLE color: 4656342.

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

Color convert

RGB 214 12 71 -
CMYK 0 0.94 0.67 0.16
HSL 342.48º 0.89% 0.44% -
HSV(B) 342.48º 0.94% 0.84% -
XYZ 29 15.01 7.33 -
YUV 79.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 214 12 71 0 0.94 0.67 0.16 342.48 0.89 0.44
Hex D6 C 47 0 5E 43 10 156 59 2C
Octal 326 14 107 0 136 103 20 526 131 54
Binary 11010110 1100 1000111 0 1011110 1000011 10000 101010110 1011001 101100

Color Harmonies of #D60C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C47

Black with #D60C47

Text Example


Text Example

White with #D60C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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