Html Css Color HEX #D51C42 Crimson

📋 copy color: '#D51C42'

red 213 ◦ green 28 ◦ blue 66

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

Shades of Crimson #D51C42

Tints of Crimson #D51C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 69.38%
G = 9.12%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D51C42 (or 0xD51C42) is known color: Crimson. HEX triplet: D5, 1C and 42. RGB value is (213,28,66). Sum of RGB (Red+Green+Blue) = 213+28+66=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C42 is #2AE3BD. Grayscale: #575757. Windows color (decimal): -2810814 or 4332757. OLE color: 4332757.

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

Color convert

RGB 213 28 66 -
CMYK 0 0.87 0.69 0.16
HSL 347.68º 0.77% 0.47% -
HSV(B) 347.68º 0.87% 0.84% -
XYZ 28.84 15.37 6.6 -
YUV 87.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 213 28 66 0 0.87 0.69 0.16 347.68 0.77 0.47
Hex D5 1C 42 0 57 45 10 15C 4D 2F
Octal 325 34 102 0 127 105 20 534 115 57
Binary 11010101 11100 1000010 0 1010111 1000101 10000 101011100 1001101 101111

Color Harmonies of #D51C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C42

Black with #D51C42

Text Example


Text Example

White with #D51C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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