Html Css Color HEX #D51841 Crimson

📋 copy color: '#D51841'

red 213 ◦ green 24 ◦ blue 65

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

Shades of Crimson #D51841

Tints of Crimson #D51841

RGB

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

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

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

R = 70.53%
G = 7.95%
B = 21.52%

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

#D51841 (or 0xD51841) is known color: Crimson. HEX triplet: D5, 18 and 41. RGB value is (213,24,65). Sum of RGB (Red+Green+Blue) = 213+24+65=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D51841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51841 is #2AE7BE. Grayscale: #555555. Windows color (decimal): -2811839 or 4266197. OLE color: 4266197.

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

Color convert

RGB 213 24 65 -
CMYK 0 0.89 0.69 0.16
HSL 346.98º 0.8% 0.46% -
HSV(B) 346.98º 0.89% 0.84% -
XYZ 28.72 15.18 6.42 -
YUV 85.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 213 24 65 0 0.89 0.69 0.16 346.98 0.8 0.46
Hex D5 18 41 0 59 45 10 15B 50 2E
Octal 325 30 101 0 131 105 20 533 120 56
Binary 11010101 11000 1000001 0 1011001 1000101 10000 101011011 1010000 101110

Color Harmonies of #D51841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51841

Black with #D51841

Text Example


Text Example

White with #D51841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51841; }

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

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

background-color css

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

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

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

border-color css

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

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

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