Html Css Color HEX #D50744 Crimson

📋 copy color: '#D50744'

red 213 ◦ green 7 ◦ blue 68

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

Shades of Crimson #D50744

Tints of Crimson #D50744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 73.96%
G = 2.43%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50744 (or 0xD50744) is known color: Crimson. HEX triplet: D5, 07 and 44. RGB value is (213,7,68). Sum of RGB (Red+Green+Blue) = 213+7+68=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D50744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50744 is #2AF8BB. Grayscale: #4B4B4B. Windows color (decimal): -2816188 or 4458453. OLE color: 4458453.

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

Color convert

RGB 213 7 68 -
CMYK 0 0.97 0.68 0.16
HSL 342.23º 0.94% 0.43% -
HSV(B) 342.23º 0.97% 0.84% -
XYZ 28.56 14.72 6.8 -
YUV 75.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 213 7 68 0 0.97 0.68 0.16 342.23 0.94 0.43
Hex D5 7 44 0 61 44 10 156 5E 2B
Octal 325 7 104 0 141 104 20 526 136 53
Binary 11010101 111 1000100 0 1100001 1000100 10000 101010110 1011110 101011

Color Harmonies of #D50744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50744

Black with #D50744

Text Example


Text Example

White with #D50744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50744; }

 p { color: rgb(213,7,68); }

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

background-color css

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

 a { background-color: rgb(213,7,68); }

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

border-color css

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

 span { border-color: rgb(213,7,68); }

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