Html Css Color HEX #D61549 Crimson

📋 copy color: '#D61549'

red 214 ◦ green 21 ◦ blue 73

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

Shades of Crimson #D61549

Tints of Crimson #D61549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 69.48%
G = 6.82%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61549 (or 0xD61549) is known color: Crimson. HEX triplet: D6, 15 and 49. RGB value is (214,21,73). Sum of RGB (Red+Green+Blue) = 214+21+73=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61549 is #29EAB6. Grayscale: #545454. Windows color (decimal): -2747063 or 4789718. OLE color: 4789718.

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

Color convert

RGB 214 21 73 -
CMYK 0 0.90 0.66 0.16
HSL 343.83º 0.82% 0.46% -
HSV(B) 343.83º 0.9% 0.84% -
XYZ 29.2 15.31 7.72 -
YUV 84.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 214 21 73 0 0.90 0.66 0.16 343.83 0.82 0.46
Hex D6 15 49 0 5A 42 10 158 52 2E
Octal 326 25 111 0 132 102 20 530 122 56
Binary 11010110 10101 1001001 0 1011010 1000010 10000 101011000 1010010 101110

Color Harmonies of #D61549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61549

Black with #D61549

Text Example


Text Example

White with #D61549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61549; }

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

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

background-color css

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

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

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

border-color css

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

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

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