Html Css Color HEX #D50B47 Crimson

📋 copy color: '#D50B47'

red 213 ◦ green 11 ◦ blue 71

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

Shades of Crimson #D50B47

Tints of Crimson #D50B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 72.2%
G = 3.73%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D50B47 (or 0xD50B47) is known color: Crimson. HEX triplet: D5, 0B and 47. RGB value is (213,11,71). Sum of RGB (Red+Green+Blue) = 213+11+71=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B47 is #2AF4B8. Grayscale: #4E4E4E. Windows color (decimal): -2815161 or 4656085. OLE color: 4656085.

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

Color convert

RGB 213 11 71 -
CMYK 0 0.95 0.67 0.16
HSL 342.18º 0.9% 0.44% -
HSV(B) 342.18º 0.95% 0.84% -
XYZ 28.7 14.84 7.31 -
YUV 78.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 213 11 71 0 0.95 0.67 0.16 342.18 0.9 0.44
Hex D5 B 47 0 5F 43 10 156 5A 2C
Octal 325 13 107 0 137 103 20 526 132 54
Binary 11010101 1011 1000111 0 1011111 1000011 10000 101010110 1011010 101100

Color Harmonies of #D50B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B47

Black with #D50B47

Text Example


Text Example

White with #D50B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B47; }

 p { color: rgb(213,11,71); }

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

background-color css

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

 a { background-color: rgb(213,11,71); }

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

border-color css

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

 span { border-color: rgb(213,11,71); }

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