Html Css Color HEX #D51639 Crimson

📋 copy color: '#D51639'

red 213 ◦ green 22 ◦ blue 57

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

Shades of Crimson #D51639

Tints of Crimson #D51639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.52%

R = 72.95%
G = 7.53%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D51639 (or 0xD51639) is known color: Crimson. HEX triplet: D5, 16 and 39. RGB value is (213,22,57). Sum of RGB (Red+Green+Blue) = 213+22+57=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D51639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51639 is #2AE9C6. Grayscale: #535353. Windows color (decimal): -2812359 or 3741397. OLE color: 3741397.

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

Color convert

RGB 213 22 57 -
CMYK 0 0.90 0.73 0.16
HSL 349.01º 0.81% 0.46% -
HSV(B) 349.01º 0.9% 0.84% -
XYZ 28.47 15.02 5.27 -
YUV 83.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 213 22 57 0 0.90 0.73 0.16 349.01 0.81 0.46
Hex D5 16 39 0 5A 49 10 15D 51 2E
Octal 325 26 71 0 132 111 20 535 121 56
Binary 11010101 10110 111001 0 1011010 1001001 10000 101011101 1010001 101110

Color Harmonies of #D51639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51639

Black with #D51639

Text Example


Text Example

White with #D51639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51639; }

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

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

background-color css

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

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

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

border-color css

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

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

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