Html Css Color HEX #D51C4B Crimson

📋 copy color: '#D51C4B'

red 213 ◦ green 28 ◦ blue 75

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

Shades of Crimson #D51C4B

Tints of Crimson #D51C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 67.41%
G = 8.86%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D51C4B (or 0xD51C4B) is known color: Crimson. HEX triplet: D5, 1C and 4B. RGB value is (213,28,75). Sum of RGB (Red+Green+Blue) = 213+28+75=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C4B is #2AE3B4. Grayscale: #585858. Windows color (decimal): -2810805 or 4922581. OLE color: 4922581.

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

Color convert

RGB 213 28 75 -
CMYK 0 0.87 0.65 0.16
HSL 344.76º 0.77% 0.47% -
HSV(B) 344.76º 0.87% 0.84% -
XYZ 29.13 15.48 8.11 -
YUV 88.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 213 28 75 0 0.87 0.65 0.16 344.76 0.77 0.47
Hex D5 1C 4B 0 57 41 10 159 4D 2F
Octal 325 34 113 0 127 101 20 531 115 57
Binary 11010101 11100 1001011 0 1010111 1000001 10000 101011001 1001101 101111

Color Harmonies of #D51C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C4B

Black with #D51C4B

Text Example


Text Example

White with #D51C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C4B; }

 p { color: rgb(213,28,75); }

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

background-color css

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

 a { background-color: rgb(213,28,75); }

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

border-color css

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

 span { border-color: rgb(213,28,75); }

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