Html Css Color HEX #D61241 Crimson

📋 copy color: '#D61241'

red 214 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D61241

Tints of Crimson #D61241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 72.05%
G = 6.06%
B = 21.89%

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

#D61241 (or 0xD61241) is known color: Crimson. HEX triplet: D6, 12 and 41. RGB value is (214,18,65). Sum of RGB (Red+Green+Blue) = 214+18+65=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D61241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61241 is #29EDBE. Grayscale: #515151. Windows color (decimal): -2747839 or 4264662. OLE color: 4264662.

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

Color convert

RGB 214 18 65 -
CMYK 0 0.92 0.70 0.16
HSL 345.61º 0.84% 0.45% -
HSV(B) 345.61º 0.92% 0.84% -
XYZ 28.9 15.11 6.39 -
YUV 81.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 214 18 65 0 0.92 0.70 0.16 345.61 0.84 0.45
Hex D6 12 41 0 5C 46 10 15A 54 2D
Octal 326 22 101 0 134 106 20 532 124 55
Binary 11010110 10010 1000001 0 1011100 1000110 10000 101011010 1010100 101101

Color Harmonies of #D61241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61241

Black with #D61241

Text Example


Text Example

White with #D61241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61241; }

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

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

background-color css

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

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

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

border-color css

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

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

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