Html Css Color HEX #D50945 Crimson

📋 copy color: '#D50945'

red 213 ◦ green 9 ◦ blue 69

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

Shades of Crimson #D50945

Tints of Crimson #D50945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 73.2%
G = 3.09%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50945 (or 0xD50945) is known color: Crimson. HEX triplet: D5, 09 and 45. RGB value is (213,9,69). Sum of RGB (Red+Green+Blue) = 213+9+69=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D50945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50945 is #2AF6BA. Grayscale: #4C4C4C. Windows color (decimal): -2815675 or 4524501. OLE color: 4524501.

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

Color convert

RGB 213 9 69 -
CMYK 0 0.96 0.68 0.16
HSL 342.35º 0.92% 0.44% -
HSV(B) 342.35º 0.96% 0.84% -
XYZ 28.61 14.77 6.97 -
YUV 76.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 213 9 69 0 0.96 0.68 0.16 342.35 0.92 0.44
Hex D5 9 45 0 60 44 10 156 5C 2C
Octal 325 11 105 0 140 104 20 526 134 54
Binary 11010101 1001 1000101 0 1100000 1000100 10000 101010110 1011100 101100

Color Harmonies of #D50945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50945

Black with #D50945

Text Example


Text Example

White with #D50945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50945; }

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

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

background-color css

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

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

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

border-color css

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

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

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