Html Css Color HEX #D61841 Crimson

📋 copy color: '#D61841'

red 214 ◦ green 24 ◦ blue 65

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

Shades of Crimson #D61841

Tints of Crimson #D61841

RGB

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

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

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

R = 70.63%
G = 7.92%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61841 (or 0xD61841) is known color: Crimson. HEX triplet: D6, 18 and 41. RGB value is (214,24,65). Sum of RGB (Red+Green+Blue) = 214+24+65=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D61841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61841 is #29E7BE. Grayscale: #555555. Windows color (decimal): -2746303 or 4266198. OLE color: 4266198.

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

Color convert

RGB 214 24 65 -
CMYK 0 0.89 0.70 0.16
HSL 347.05º 0.8% 0.47% -
HSV(B) 347.05º 0.89% 0.84% -
XYZ 29.01 15.33 6.43 -
YUV 85.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 214 24 65 0 0.89 0.70 0.16 347.05 0.8 0.47
Hex D6 18 41 0 59 46 10 15B 50 2F
Octal 326 30 101 0 131 106 20 533 120 57
Binary 11010110 11000 1000001 0 1011001 1000110 10000 101011011 1010000 101111

Color Harmonies of #D61841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61841

Black with #D61841

Text Example


Text Example

White with #D61841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61841; }

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

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

background-color css

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

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

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

border-color css

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

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

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