Html Css Color HEX #D61141 Crimson

📋 copy color: '#D61141'

red 214 ◦ green 17 ◦ blue 65

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

Shades of Crimson #D61141

Tints of Crimson #D61141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 72.3%
G = 5.74%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61141 (or 0xD61141) is known color: Crimson. HEX triplet: D6, 11 and 41. RGB value is (214,17,65). Sum of RGB (Red+Green+Blue) = 214+17+65=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D61141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61141 is #29EEBE. Grayscale: #515151. Windows color (decimal): -2748095 or 4264406. OLE color: 4264406.

HSL color Cylindrical-coordinate representation of color #D61141: hue angle of 345.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61141 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 65 -
CMYK 0 0.92 0.70 0.16
HSL 345.38º 0.85% 0.45% -
HSV(B) 345.38º 0.92% 0.84% -
XYZ 28.89 15.08 6.39 -
YUV 81.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 214 17 65 0 0.92 0.70 0.16 345.38 0.85 0.45
Hex D6 11 41 0 5C 46 10 159 55 2D
Octal 326 21 101 0 134 106 20 531 125 55
Binary 11010110 10001 1000001 0 1011100 1000110 10000 101011001 1010101 101101

Color Harmonies of #D61141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61141

Black with #D61141

Text Example


Text Example

White with #D61141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61141; }

 p { color: rgb(214,17,65); }

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

background-color css

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

 a { background-color: rgb(214,17,65); }

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

border-color css

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

 span { border-color: rgb(214,17,65); }

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