Html Css Color HEX #D61547 Crimson

📋 copy color: '#D61547'

red 214 ◦ green 21 ◦ blue 71

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

Shades of Crimson #D61547

Tints of Crimson #D61547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 69.93%
G = 6.86%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D61547 (or 0xD61547) is known color: Crimson. HEX triplet: D6, 15 and 47. RGB value is (214,21,71). Sum of RGB (Red+Green+Blue) = 214+21+71=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D61547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61547 is #29EAB8. Grayscale: #545454. Windows color (decimal): -2747065 or 4658646. OLE color: 4658646.

HSL color Cylindrical-coordinate representation of color #D61547: hue angle of 344.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61547 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 71 -
CMYK 0 0.90 0.67 0.16
HSL 344.46º 0.82% 0.46% -
HSV(B) 344.46º 0.9% 0.84% -
XYZ 29.14 15.29 7.38 -
YUV 84.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 214 21 71 0 0.90 0.67 0.16 344.46 0.82 0.46
Hex D6 15 47 0 5A 43 10 158 52 2E
Octal 326 25 107 0 132 103 20 530 122 56
Binary 11010110 10101 1000111 0 1011010 1000011 10000 101011000 1010010 101110

Color Harmonies of #D61547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61547

Black with #D61547

Text Example


Text Example

White with #D61547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61547; }

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

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

background-color css

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

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

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

border-color css

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

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

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