Html Css Color HEX #D51242 Crimson

📋 copy color: '#D51242'

red 213 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D51242

Tints of Crimson #D51242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 71.72%
G = 6.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D51242 (or 0xD51242) is known color: Crimson. HEX triplet: D5, 12 and 42. RGB value is (213,18,66). Sum of RGB (Red+Green+Blue) = 213+18+66=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D51242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51242 is #2AEDBD. Grayscale: #515151. Windows color (decimal): -2813374 or 4330197. OLE color: 4330197.

HSL color Cylindrical-coordinate representation of color #D51242: hue angle of 345.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51242 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 66 -
CMYK 0 0.92 0.69 0.16
HSL 345.23º 0.84% 0.45% -
HSV(B) 345.23º 0.92% 0.84% -
XYZ 28.64 14.97 6.53 -
YUV 81.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 213 18 66 0 0.92 0.69 0.16 345.23 0.84 0.45
Hex D5 12 42 0 5C 45 10 159 54 2D
Octal 325 22 102 0 134 105 20 531 124 55
Binary 11010101 10010 1000010 0 1011100 1000101 10000 101011001 1010100 101101

Color Harmonies of #D51242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51242

Black with #D51242

Text Example


Text Example

White with #D51242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51242; }

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

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

background-color css

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

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

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

border-color css

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

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

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