Html Css Color HEX #D51945 Crimson

📋 copy color: '#D51945'

red 213 ◦ green 25 ◦ blue 69

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

Shades of Crimson #D51945

Tints of Crimson #D51945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 69.38%
G = 8.14%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D51945 (or 0xD51945) is known color: Crimson. HEX triplet: D5, 19 and 45. RGB value is (213,25,69). Sum of RGB (Red+Green+Blue) = 213+25+69=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D51945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51945 is #2AE6BA. Grayscale: #565656. Windows color (decimal): -2811579 or 4528597. OLE color: 4528597.

HSL color Cylindrical-coordinate representation of color #D51945: hue angle of 345.96º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51945 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 69 -
CMYK 0 0.88 0.68 0.16
HSL 345.96º 0.79% 0.47% -
HSV(B) 345.96º 0.88% 0.84% -
XYZ 28.86 15.27 7.06 -
YUV 86.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 213 25 69 0 0.88 0.68 0.16 345.96 0.79 0.47
Hex D5 19 45 0 58 44 10 15A 4F 2F
Octal 325 31 105 0 130 104 20 532 117 57
Binary 11010101 11001 1000101 0 1011000 1000100 10000 101011010 1001111 101111

Color Harmonies of #D51945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51945

Black with #D51945

Text Example


Text Example

White with #D51945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51945; }

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

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

background-color css

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

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

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

border-color css

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

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

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