Html Css Color HEX #D61732 Crimson

📋 copy color: '#D61732'

red 214 ◦ green 23 ◦ blue 50

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

Shades of Crimson #D61732

Tints of Crimson #D61732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 74.56%
G = 8.01%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61732 (or 0xD61732) is known color: Crimson. HEX triplet: D6, 17 and 32. RGB value is (214,23,50). Sum of RGB (Red+Green+Blue) = 214+23+50=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D61732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61732 is #29E8CD. Grayscale: #535353. Windows color (decimal): -2746574 or 3282902. OLE color: 3282902.

HSL color Cylindrical-coordinate representation of color #D61732: hue angle of 351.52º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61732 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 50 -
CMYK 0 0.89 0.77 0.16
HSL 351.52º 0.81% 0.46% -
HSV(B) 351.52º 0.89% 0.84% -
XYZ 28.61 15.14 4.43 -
YUV 83.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 214 23 50 0 0.89 0.77 0.16 351.52 0.81 0.46
Hex D6 17 32 0 59 4D 10 160 51 2E
Octal 326 27 62 0 131 115 20 540 121 56
Binary 11010110 10111 110010 0 1011001 1001101 10000 101100000 1010001 101110

Color Harmonies of #D61732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61732

Black with #D61732

Text Example


Text Example

White with #D61732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61732; }

 p { color: rgb(214,23,50); }

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

background-color css

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

 a { background-color: rgb(214,23,50); }

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

border-color css

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

 span { border-color: rgb(214,23,50); }

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