Html Css Color HEX #D61532 Crimson

📋 copy color: '#D61532'

red 214 ◦ green 21 ◦ blue 50

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

Shades of Crimson #D61532

Tints of Crimson #D61532

RGB

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

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

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

R = 75.09%
G = 7.37%
B = 17.54%

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

#D61532 (or 0xD61532) is known color: Crimson. HEX triplet: D6, 15 and 32. RGB value is (214,21,50). Sum of RGB (Red+Green+Blue) = 214+21+50=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D61532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61532 is #29EACD. Grayscale: #525252. Windows color (decimal): -2747086 or 3282390. OLE color: 3282390.

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

Color convert

RGB 214 21 50 -
CMYK 0 0.90 0.77 0.16
HSL 350.98º 0.82% 0.46% -
HSV(B) 350.98º 0.9% 0.84% -
XYZ 28.58 15.06 4.42 -
YUV 82.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 214 21 50 0 0.90 0.77 0.16 350.98 0.82 0.46
Hex D6 15 32 0 5A 4D 10 15F 52 2E
Octal 326 25 62 0 132 115 20 537 122 56
Binary 11010110 10101 110010 0 1011010 1001101 10000 101011111 1010010 101110

Color Harmonies of #D61532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61532

Black with #D61532

Text Example


Text Example

White with #D61532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61532; }

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

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

background-color css

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

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

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

border-color css

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

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

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