Html Css Color HEX #D61531 Crimson

📋 copy color: '#D61531'

red 214 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D61531

Tints of Crimson #D61531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 75.35%
G = 7.39%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61531 (or 0xD61531) is known color: Crimson. HEX triplet: D6, 15 and 31. RGB value is (214,21,49). Sum of RGB (Red+Green+Blue) = 214+21+49=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D61531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61531 is #29EACE. Grayscale: #515151. Windows color (decimal): -2747087 or 3216854. OLE color: 3216854.

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

Color convert

RGB 214 21 49 -
CMYK 0 0.90 0.77 0.16
HSL 351.3º 0.82% 0.46% -
HSV(B) 351.3º 0.9% 0.84% -
XYZ 28.55 15.05 4.31 -
YUV 81.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 214 21 49 0 0.90 0.77 0.16 351.3 0.82 0.46
Hex D6 15 31 0 5A 4D 10 15F 52 2E
Octal 326 25 61 0 132 115 20 537 122 56
Binary 11010110 10101 110001 0 1011010 1001101 10000 101011111 1010010 101110

Color Harmonies of #D61531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61531

Black with #D61531

Text Example


Text Example

White with #D61531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61531; }

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

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

background-color css

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

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

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

border-color css

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

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

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