Html Css Color HEX #D50948 Crimson

📋 copy color: '#D50948'

red 213 ◦ green 9 ◦ blue 72

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

Shades of Crimson #D50948

Tints of Crimson #D50948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 72.45%
G = 3.06%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D50948 (or 0xD50948) is known color: Crimson. HEX triplet: D5, 09 and 48. RGB value is (213,9,72). Sum of RGB (Red+Green+Blue) = 213+9+72=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D50948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50948 is #2AF6B7. Grayscale: #4D4D4D. Windows color (decimal): -2815672 or 4721109. OLE color: 4721109.

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

Color convert

RGB 213 9 72 -
CMYK 0 0.96 0.66 0.16
HSL 341.47º 0.92% 0.44% -
HSV(B) 341.47º 0.96% 0.84% -
XYZ 28.71 14.81 7.48 -
YUV 77.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 213 9 72 0 0.96 0.66 0.16 341.47 0.92 0.44
Hex D5 9 48 0 60 42 10 155 5C 2C
Octal 325 11 110 0 140 102 20 525 134 54
Binary 11010101 1001 1001000 0 1100000 1000010 10000 101010101 1011100 101100

Color Harmonies of #D50948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50948

Black with #D50948

Text Example


Text Example

White with #D50948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50948; }

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

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

background-color css

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

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

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

border-color css

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

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

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