Html Css Color HEX #D61644 Crimson

📋 copy color: '#D61644'

red 214 ◦ green 22 ◦ blue 68

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

Shades of Crimson #D61644

Tints of Crimson #D61644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 70.39%
G = 7.24%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61644 (or 0xD61644) is known color: Crimson. HEX triplet: D6, 16 and 44. RGB value is (214,22,68). Sum of RGB (Red+Green+Blue) = 214+22+68=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61644 is #29E9BB. Grayscale: #545454. Windows color (decimal): -2746812 or 4462294. OLE color: 4462294.

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

Color convert

RGB 214 22 68 -
CMYK 0 0.90 0.68 0.16
HSL 345.63º 0.81% 0.46% -
HSV(B) 345.63º 0.9% 0.84% -
XYZ 29.06 15.29 6.89 -
YUV 84.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 214 22 68 0 0.90 0.68 0.16 345.63 0.81 0.46
Hex D6 16 44 0 5A 44 10 15A 51 2E
Octal 326 26 104 0 132 104 20 532 121 56
Binary 11010110 10110 1000100 0 1011010 1000100 10000 101011010 1010001 101110

Color Harmonies of #D61644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61644

Black with #D61644

Text Example


Text Example

White with #D61644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61644; }

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

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

background-color css

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

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

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

border-color css

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

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

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