Html Css Color HEX #D50336 Crimson

📋 copy color: '#D50336'

red 213 ◦ green 3 ◦ blue 54

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

Shades of Crimson #D50336

Tints of Crimson #D50336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20%

R = 78.89%
G = 1.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D50336 (or 0xD50336) is known color: Crimson. HEX triplet: D5, 03 and 36. RGB value is (213,3,54). Sum of RGB (Red+Green+Blue) = 213+3+54=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50336 is #2AFCC9. Grayscale: #474747. Windows color (decimal): -2817226 or 3539925. OLE color: 3539925.

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

Color convert

RGB 213 3 54 -
CMYK 0 0.99 0.75 0.16
HSL 345.43º 0.97% 0.42% -
HSV(B) 345.43º 0.99% 0.84% -
XYZ 28.14 14.48 4.8 -
YUV 71.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 213 3 54 0 0.99 0.75 0.16 345.43 0.97 0.42
Hex D5 3 36 0 63 4B 10 159 61 2A
Octal 325 3 66 0 143 113 20 531 141 52
Binary 11010101 11 110110 0 1100011 1001011 10000 101011001 1100001 101010

Color Harmonies of #D50336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50336

Black with #D50336

Text Example


Text Example

White with #D50336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50336; }

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

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

background-color css

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

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

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

border-color css

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

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

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