Html Css Color HEX #D61741 Crimson

📋 copy color: '#D61741'

red 214 ◦ green 23 ◦ blue 65

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

Shades of Crimson #D61741

Tints of Crimson #D61741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 70.86%
G = 7.62%
B = 21.52%

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

#D61741 (or 0xD61741) is known color: Crimson. HEX triplet: D6, 17 and 41. RGB value is (214,23,65). Sum of RGB (Red+Green+Blue) = 214+23+65=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61741 is #29E8BE. Grayscale: #545454. Windows color (decimal): -2746559 or 4265942. OLE color: 4265942.

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

Color convert

RGB 214 23 65 -
CMYK 0 0.89 0.70 0.16
HSL 346.81º 0.81% 0.46% -
HSV(B) 346.81º 0.89% 0.84% -
XYZ 28.99 15.29 6.42 -
YUV 84.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 214 23 65 0 0.89 0.70 0.16 346.81 0.81 0.46
Hex D6 17 41 0 59 46 10 15B 51 2E
Octal 326 27 101 0 131 106 20 533 121 56
Binary 11010110 10111 1000001 0 1011001 1000110 10000 101011011 1010001 101110

Color Harmonies of #D61741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61741

Black with #D61741

Text Example


Text Example

White with #D61741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61741; }

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

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

background-color css

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

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

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

border-color css

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

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

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