Html Css Color HEX #D61649 Crimson

📋 copy color: '#D61649'

red 214 ◦ green 22 ◦ blue 73

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

Shades of Crimson #D61649

Tints of Crimson #D61649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

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

R = 69.26%
G = 7.12%
B = 23.62%

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

#D61649 (or 0xD61649) is known color: Crimson. HEX triplet: D6, 16 and 49. RGB value is (214,22,73). Sum of RGB (Red+Green+Blue) = 214+22+73=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D61649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61649 is #29E9B6. Grayscale: #555555. Windows color (decimal): -2746807 or 4789974. OLE color: 4789974.

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

Color convert

RGB 214 22 73 -
CMYK 0 0.90 0.66 0.16
HSL 344.06º 0.81% 0.46% -
HSV(B) 344.06º 0.9% 0.84% -
XYZ 29.22 15.35 7.73 -
YUV 85.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 214 22 73 0 0.90 0.66 0.16 344.06 0.81 0.46
Hex D6 16 49 0 5A 42 10 158 51 2E
Octal 326 26 111 0 132 102 20 530 121 56
Binary 11010110 10110 1001001 0 1011010 1000010 10000 101011000 1010001 101110

Color Harmonies of #D61649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61649

Black with #D61649

Text Example


Text Example

White with #D61649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61649; }

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

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

background-color css

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

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

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

border-color css

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

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

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