Html Css Color HEX #D61939 Crimson

📋 copy color: '#D61939'

red 214 ◦ green 25 ◦ blue 57

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

Shades of Crimson #D61939

Tints of Crimson #D61939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 72.3%
G = 8.45%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D61939 (or 0xD61939) is known color: Crimson. HEX triplet: D6, 19 and 39. RGB value is (214,25,57). Sum of RGB (Red+Green+Blue) = 214+25+57=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D61939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61939 is #29E6C6. Grayscale: #555555. Windows color (decimal): -2746055 or 3742166. OLE color: 3742166.

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

Color convert

RGB 214 25 57 -
CMYK 0 0.88 0.73 0.16
HSL 349.84º 0.79% 0.47% -
HSV(B) 349.84º 0.88% 0.84% -
XYZ 28.82 15.29 5.3 -
YUV 85.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 214 25 57 0 0.88 0.73 0.16 349.84 0.79 0.47
Hex D6 19 39 0 58 49 10 15E 4F 2F
Octal 326 31 71 0 130 111 20 536 117 57
Binary 11010110 11001 111001 0 1011000 1001001 10000 101011110 1001111 101111

Color Harmonies of #D61939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61939

Black with #D61939

Text Example


Text Example

White with #D61939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61939; }

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

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

background-color css

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

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

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

border-color css

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

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

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