Html Css Color HEX #D60547 Crimson

📋 copy color: '#D60547'

red 214 ◦ green 5 ◦ blue 71

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

Shades of Crimson #D60547

Tints of Crimson #D60547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 73.79%
G = 1.72%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D60547 (or 0xD60547) is known color: Crimson. HEX triplet: D6, 05 and 47. RGB value is (214,5,71). Sum of RGB (Red+Green+Blue) = 214+5+71=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D60547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60547 is #29FAB8. Grayscale: #4A4A4A. Windows color (decimal): -2751161 or 4654550. OLE color: 4654550.

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

Color convert

RGB 214 5 71 -
CMYK 0 0.98 0.67 0.16
HSL 341.05º 0.95% 0.43% -
HSV(B) 341.05º 0.98% 0.84% -
XYZ 28.92 14.86 7.31 -
YUV 75.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 214 5 71 0 0.98 0.67 0.16 341.05 0.95 0.43
Hex D6 5 47 0 62 43 10 155 5F 2B
Octal 326 5 107 0 142 103 20 525 137 53
Binary 11010110 101 1000111 0 1100010 1000011 10000 101010101 1011111 101011

Color Harmonies of #D60547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60547

Black with #D60547

Text Example


Text Example

White with #D60547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60547; }

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

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

background-color css

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

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

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

border-color css

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

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

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