Html Css Color HEX #D61544 Crimson

📋 copy color: '#D61544'

red 214 ◦ green 21 ◦ blue 68

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

Shades of Crimson #D61544

Tints of Crimson #D61544

RGB

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

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

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

R = 70.63%
G = 6.93%
B = 22.44%

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

#D61544 (or 0xD61544) is known color: Crimson. HEX triplet: D6, 15 and 44. RGB value is (214,21,68). Sum of RGB (Red+Green+Blue) = 214+21+68=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D61544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61544 is #29EABB. Grayscale: #545454. Windows color (decimal): -2747068 or 4462038. OLE color: 4462038.

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

Color convert

RGB 214 21 68 -
CMYK 0 0.90 0.68 0.16
HSL 345.39º 0.82% 0.46% -
HSV(B) 345.39º 0.9% 0.84% -
XYZ 29.04 15.25 6.88 -
YUV 84.07 118.94 220.68 -
System Red Green Blue C M Y K H S L
Decimal 214 21 68 0 0.90 0.68 0.16 345.39 0.82 0.46
Hex D6 15 44 0 5A 44 10 159 52 2E
Octal 326 25 104 0 132 104 20 531 122 56
Binary 11010110 10101 1000100 0 1011010 1000100 10000 101011001 1010010 101110

Color Harmonies of #D61544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61544

Black with #D61544

Text Example


Text Example

White with #D61544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61544; }

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

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

background-color css

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

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

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

border-color css

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

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

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