Html Css Color HEX #D61437 Crimson

📋 copy color: '#D61437'

red 214 ◦ green 20 ◦ blue 55

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

Shades of Crimson #D61437

Tints of Crimson #D61437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

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

R = 74.05%
G = 6.92%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61437 (or 0xD61437) is known color: Crimson. HEX triplet: D6, 14 and 37. RGB value is (214,20,55). Sum of RGB (Red+Green+Blue) = 214+20+55=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D61437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61437 is #29EBC8. Grayscale: #525252. Windows color (decimal): -2747337 or 3609814. OLE color: 3609814.

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

Color convert

RGB 214 20 55 -
CMYK 0 0.91 0.74 0.16
HSL 349.18º 0.83% 0.46% -
HSV(B) 349.18º 0.91% 0.84% -
XYZ 28.67 15.07 5.01 -
YUV 82 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 214 20 55 0 0.91 0.74 0.16 349.18 0.83 0.46
Hex D6 14 37 0 5B 4A 10 15D 53 2E
Octal 326 24 67 0 133 112 20 535 123 56
Binary 11010110 10100 110111 0 1011011 1001010 10000 101011101 1010011 101110

Color Harmonies of #D61437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61437

Black with #D61437

Text Example


Text Example

White with #D61437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61437; }

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

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

background-color css

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

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

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

border-color css

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

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

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