Html Css Color HEX #D51243 Crimson

📋 copy color: '#D51243'

red 213 ◦ green 18 ◦ blue 67

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

Shades of Crimson #D51243

Tints of Crimson #D51243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 71.48%
G = 6.04%
B = 22.48%

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

#D51243 (or 0xD51243) is known color: Crimson. HEX triplet: D5, 12 and 43. RGB value is (213,18,67). Sum of RGB (Red+Green+Blue) = 213+18+67=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D51243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51243 is #2AEDBC. Grayscale: #515151. Windows color (decimal): -2813373 or 4395733. OLE color: 4395733.

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

Color convert

RGB 213 18 67 -
CMYK 0 0.92 0.69 0.16
HSL 344.92º 0.84% 0.45% -
HSV(B) 344.92º 0.92% 0.84% -
XYZ 28.67 14.98 6.69 -
YUV 81.89 119.6 221.52 -
System Red Green Blue C M Y K H S L
Decimal 213 18 67 0 0.92 0.69 0.16 344.92 0.84 0.45
Hex D5 12 43 0 5C 45 10 159 54 2D
Octal 325 22 103 0 134 105 20 531 124 55
Binary 11010101 10010 1000011 0 1011100 1000101 10000 101011001 1010100 101101

Color Harmonies of #D51243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51243

Black with #D51243

Text Example


Text Example

White with #D51243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51243; }

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

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

background-color css

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

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

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

border-color css

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

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

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