Html Css Color HEX #D50534 Crimson

📋 copy color: '#D50534'

red 213 ◦ green 5 ◦ blue 52

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

Shades of Crimson #D50534

Tints of Crimson #D50534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 78.89%
G = 1.85%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D50534 (or 0xD50534) is known color: Crimson. HEX triplet: D5, 05 and 34. RGB value is (213,5,52). Sum of RGB (Red+Green+Blue) = 213+5+52=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50534 is #2AFACB. Grayscale: #484848. Windows color (decimal): -2816716 or 3409365. OLE color: 3409365.

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

Color convert

RGB 213 5 52 -
CMYK 0 0.98 0.76 0.16
HSL 346.44º 0.95% 0.43% -
HSV(B) 346.44º 0.98% 0.84% -
XYZ 28.11 14.5 4.57 -
YUV 72.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 213 5 52 0 0.98 0.76 0.16 346.44 0.95 0.43
Hex D5 5 34 0 62 4C 10 15A 5F 2B
Octal 325 5 64 0 142 114 20 532 137 53
Binary 11010101 101 110100 0 1100010 1001100 10000 101011010 1011111 101011

Color Harmonies of #D50534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50534

Black with #D50534

Text Example


Text Example

White with #D50534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50534; }

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

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

background-color css

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

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

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

border-color css

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

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

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