Html Css Color HEX #D61839 Crimson

📋 copy color: '#D61839'

red 214 ◦ green 24 ◦ blue 57

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

Shades of Crimson #D61839

Tints of Crimson #D61839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 72.54%
G = 8.14%
B = 19.32%

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

#D61839 (or 0xD61839) is known color: Crimson. HEX triplet: D6, 18 and 39. RGB value is (214,24,57). Sum of RGB (Red+Green+Blue) = 214+24+57=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D61839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61839 is #29E7C6. Grayscale: #545454. Windows color (decimal): -2746311 or 3741910. OLE color: 3741910.

HSL color Cylindrical-coordinate representation of color #D61839: hue angle of 349.58º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61839 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 57 -
CMYK 0 0.89 0.73 0.16
HSL 349.58º 0.8% 0.47% -
HSV(B) 349.58º 0.89% 0.84% -
XYZ 28.8 15.24 5.3 -
YUV 84.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 214 24 57 0 0.89 0.73 0.16 349.58 0.8 0.47
Hex D6 18 39 0 59 49 10 15E 50 2F
Octal 326 30 71 0 131 111 20 536 120 57
Binary 11010110 11000 111001 0 1011001 1001001 10000 101011110 1010000 101111

Color Harmonies of #D61839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61839

Black with #D61839

Text Example


Text Example

White with #D61839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61839; }

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

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

background-color css

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

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

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

border-color css

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

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

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