Html Css Color HEX #D51845 Crimson

📋 copy color: '#D51845'

red 213 ◦ green 24 ◦ blue 69

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

Shades of Crimson #D51845

Tints of Crimson #D51845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 69.61%
G = 7.84%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D51845 (or 0xD51845) is known color: Crimson. HEX triplet: D5, 18 and 45. RGB value is (213,24,69). Sum of RGB (Red+Green+Blue) = 213+24+69=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D51845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51845 is #2AE7BA. Grayscale: #555555. Windows color (decimal): -2811835 or 4528341. OLE color: 4528341.

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

Color convert

RGB 213 24 69 -
CMYK 0 0.89 0.68 0.16
HSL 345.71º 0.8% 0.46% -
HSV(B) 345.71º 0.89% 0.84% -
XYZ 28.84 15.23 7.05 -
YUV 85.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 213 24 69 0 0.89 0.68 0.16 345.71 0.8 0.46
Hex D5 18 45 0 59 44 10 15A 50 2E
Octal 325 30 105 0 131 104 20 532 120 56
Binary 11010101 11000 1000101 0 1011001 1000100 10000 101011010 1010000 101110

Color Harmonies of #D51845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51845

Black with #D51845

Text Example


Text Example

White with #D51845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51845; }

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

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

background-color css

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

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

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

border-color css

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

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

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