Html Css Color HEX #D61537 Crimson

📋 copy color: '#D61537'

red 214 ◦ green 21 ◦ blue 55

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

Shades of Crimson #D61537

Tints of Crimson #D61537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 73.79%
G = 7.24%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61537 (or 0xD61537) is known color: Crimson. HEX triplet: D6, 15 and 37. RGB value is (214,21,55). Sum of RGB (Red+Green+Blue) = 214+21+55=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61537 is #29EAC8. Grayscale: #525252. Windows color (decimal): -2747081 or 3610070. OLE color: 3610070.

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

Color convert

RGB 214 21 55 -
CMYK 0 0.90 0.74 0.16
HSL 349.43º 0.82% 0.46% -
HSV(B) 349.43º 0.9% 0.84% -
XYZ 28.69 15.11 5.02 -
YUV 82.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 214 21 55 0 0.90 0.74 0.16 349.43 0.82 0.46
Hex D6 15 37 0 5A 4A 10 15D 52 2E
Octal 326 25 67 0 132 112 20 535 122 56
Binary 11010110 10101 110111 0 1011010 1001010 10000 101011101 1010010 101110

Color Harmonies of #D61537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61537

Black with #D61537

Text Example


Text Example

White with #D61537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61537; }

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

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

background-color css

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

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

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

border-color css

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

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

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