Html Css Color HEX #D61337 Crimson

📋 copy color: '#D61337'

red 214 ◦ green 19 ◦ blue 55

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

Shades of Crimson #D61337

Tints of Crimson #D61337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

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

R = 74.31%
G = 6.6%
B = 19.1%

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

#D61337 (or 0xD61337) is known color: Crimson. HEX triplet: D6, 13 and 37. RGB value is (214,19,55). Sum of RGB (Red+Green+Blue) = 214+19+55=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61337 is #29ECC8. Grayscale: #515151. Windows color (decimal): -2747593 or 3609558. OLE color: 3609558.

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

Color convert

RGB 214 19 55 -
CMYK 0 0.91 0.74 0.16
HSL 348.92º 0.84% 0.46% -
HSV(B) 348.92º 0.91% 0.84% -
XYZ 28.65 15.04 5.01 -
YUV 81.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 214 19 55 0 0.91 0.74 0.16 348.92 0.84 0.46
Hex D6 13 37 0 5B 4A 10 15D 54 2E
Octal 326 23 67 0 133 112 20 535 124 56
Binary 11010110 10011 110111 0 1011011 1001010 10000 101011101 1010100 101110

Color Harmonies of #D61337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61337

Black with #D61337

Text Example


Text Example

White with #D61337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61337; }

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

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

background-color css

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

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

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

border-color css

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

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

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