Html Css Color HEX #D50532 Crimson

📋 copy color: '#D50532'

red 213 ◦ green 5 ◦ blue 50

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

Shades of Crimson #D50532

Tints of Crimson #D50532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 79.48%
G = 1.87%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50532 (or 0xD50532) is known color: Crimson. HEX triplet: D5, 05 and 32. RGB value is (213,5,50). Sum of RGB (Red+Green+Blue) = 213+5+50=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D50532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50532 is #2AFACD. Grayscale: #484848. Windows color (decimal): -2816718 or 3278293. OLE color: 3278293.

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

Color convert

RGB 213 5 50 -
CMYK 0 0.98 0.77 0.16
HSL 347.02º 0.95% 0.43% -
HSV(B) 347.02º 0.98% 0.84% -
XYZ 28.07 14.48 4.33 -
YUV 72.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 213 5 50 0 0.98 0.77 0.16 347.02 0.95 0.43
Hex D5 5 32 0 62 4D 10 15B 5F 2B
Octal 325 5 62 0 142 115 20 533 137 53
Binary 11010101 101 110010 0 1100010 1001101 10000 101011011 1011111 101011

Color Harmonies of #D50532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50532

Black with #D50532

Text Example


Text Example

White with #D50532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50532; }

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

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

background-color css

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

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

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

border-color css

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

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

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