Html Css Color HEX #D51636 Crimson

📋 copy color: '#D51636'

red 213 ◦ green 22 ◦ blue 54

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

Shades of Crimson #D51636

Tints of Crimson #D51636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

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

R = 73.7%
G = 7.61%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D51636 (or 0xD51636) is known color: Crimson. HEX triplet: D5, 16 and 36. RGB value is (213,22,54). Sum of RGB (Red+Green+Blue) = 213+22+54=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51636 is #2AE9C9. Grayscale: #525252. Windows color (decimal): -2812362 or 3544789. OLE color: 3544789.

HSL color Cylindrical-coordinate representation of color #D51636: hue angle of 349.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51636 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 54 -
CMYK 0 0.90 0.75 0.16
HSL 349.95º 0.81% 0.46% -
HSV(B) 349.95º 0.9% 0.84% -
XYZ 28.39 14.99 4.89 -
YUV 82.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 213 22 54 0 0.90 0.75 0.16 349.95 0.81 0.46
Hex D5 16 36 0 5A 4B 10 15E 51 2E
Octal 325 26 66 0 132 113 20 536 121 56
Binary 11010101 10110 110110 0 1011010 1001011 10000 101011110 1010001 101110

Color Harmonies of #D51636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51636

Black with #D51636

Text Example


Text Example

White with #D51636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51636; }

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

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

background-color css

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

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

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

border-color css

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

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

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