Html Css Color HEX #D50148 Crimson

📋 copy color: '#D50148'

red 213 ◦ green 1 ◦ blue 72

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

Shades of Crimson #D50148

Tints of Crimson #D50148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 74.48%
G = 0.35%
B = 25.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D50148 (or 0xD50148) is known color: Crimson. HEX triplet: D5, 01 and 48. RGB value is (213,1,72). Sum of RGB (Red+Green+Blue) = 213+1+72=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D50148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50148 is #2AFEB7. Grayscale: #484848. Windows color (decimal): -2817720 or 4719061. OLE color: 4719061.

HSL color Cylindrical-coordinate representation of color #D50148: hue angle of 339.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50148 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 72 -
CMYK 0 1.00 0.66 0.16
HSL 339.91º 0.99% 0.42% -
HSV(B) 339.91º 1% 0.84% -
XYZ 28.62 14.64 7.45 -
YUV 72.48 127.74 228.23 -
System Red Green Blue C M Y K H S L
Decimal 213 1 72 0 1.00 0.66 0.16 339.91 0.99 0.42
Hex D5 1 48 0 64 42 10 154 63 2A
Octal 325 1 110 0 144 102 20 524 143 52
Binary 11010101 1 1001000 0 1100100 1000010 10000 101010100 1100011 101010

Color Harmonies of #D50148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50148

Black with #D50148

Text Example


Text Example

White with #D50148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50148; }

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

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

background-color css

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

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

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

border-color css

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

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

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