Html Css Color HEX #D50332 Crimson

📋 copy color: '#D50332'

red 213 ◦ green 3 ◦ blue 50

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

Shades of Crimson #D50332

Tints of Crimson #D50332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 80.08%
G = 1.13%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50332 (or 0xD50332) is known color: Crimson. HEX triplet: D5, 03 and 32. RGB value is (213,3,50). Sum of RGB (Red+Green+Blue) = 213+3+50=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D50332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50332 is #2AFCCD. Grayscale: #474747. Windows color (decimal): -2817230 or 3277781. OLE color: 3277781.

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

Color convert

RGB 213 3 50 -
CMYK 0 0.99 0.77 0.16
HSL 346.57º 0.97% 0.42% -
HSV(B) 346.57º 0.99% 0.84% -
XYZ 28.05 14.44 4.33 -
YUV 71.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 213 3 50 0 0.99 0.77 0.16 346.57 0.97 0.42
Hex D5 3 32 0 63 4D 10 15B 61 2A
Octal 325 3 62 0 143 115 20 533 141 52
Binary 11010101 11 110010 0 1100011 1001101 10000 101011011 1100001 101010

Color Harmonies of #D50332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50332

Black with #D50332

Text Example


Text Example

White with #D50332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50332; }

 p { color: rgb(213,3,50); }

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

background-color css

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

 a { background-color: rgb(213,3,50); }

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

border-color css

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

 span { border-color: rgb(213,3,50); }

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