Html Css Color HEX #D61739 Crimson

📋 copy color: '#D61739'

red 214 ◦ green 23 ◦ blue 57

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

Shades of Crimson #D61739

Tints of Crimson #D61739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 72.79%
G = 7.82%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D61739 (or 0xD61739) is known color: Crimson. HEX triplet: D6, 17 and 39. RGB value is (214,23,57). Sum of RGB (Red+Green+Blue) = 214+23+57=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61739 is #29E8C6. Grayscale: #545454. Windows color (decimal): -2746567 or 3741654. OLE color: 3741654.

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

Color convert

RGB 214 23 57 -
CMYK 0 0.89 0.73 0.16
HSL 349.32º 0.81% 0.46% -
HSV(B) 349.32º 0.89% 0.84% -
XYZ 28.78 15.2 5.29 -
YUV 83.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 214 23 57 0 0.89 0.73 0.16 349.32 0.81 0.46
Hex D6 17 39 0 59 49 10 15D 51 2E
Octal 326 27 71 0 131 111 20 535 121 56
Binary 11010110 10111 111001 0 1011001 1001001 10000 101011101 1010001 101110

Color Harmonies of #D61739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61739

Black with #D61739

Text Example


Text Example

White with #D61739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61739; }

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

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

background-color css

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

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

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

border-color css

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

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

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