Html Css Color HEX #D51741 Crimson

📋 copy color: '#D51741'

red 213 ◦ green 23 ◦ blue 65

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

Shades of Crimson #D51741

Tints of Crimson #D51741

RGB

 RED value IS 213 (83.59% from 255) = 70.76%

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

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

R = 70.76%
G = 7.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D51741 (or 0xD51741) is known color: Crimson. HEX triplet: D5, 17 and 41. RGB value is (213,23,65). Sum of RGB (Red+Green+Blue) = 213+23+65=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D51741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51741 is #2AE8BE. Grayscale: #545454. Windows color (decimal): -2812095 or 4265941. OLE color: 4265941.

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

Color convert

RGB 213 23 65 -
CMYK 0 0.89 0.69 0.16
HSL 346.74º 0.81% 0.46% -
HSV(B) 346.74º 0.89% 0.84% -
XYZ 28.7 15.14 6.41 -
YUV 84.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 213 23 65 0 0.89 0.69 0.16 346.74 0.81 0.46
Hex D5 17 41 0 59 45 10 15B 51 2E
Octal 325 27 101 0 131 105 20 533 121 56
Binary 11010101 10111 1000001 0 1011001 1000101 10000 101011011 1010001 101110

Color Harmonies of #D51741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51741

Black with #D51741

Text Example


Text Example

White with #D51741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51741; }

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

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

background-color css

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

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

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

border-color css

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

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

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