Html Css Color HEX #D5124B Crimson

📋 copy color: '#D5124B'

red 213 ◦ green 18 ◦ blue 75

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

Shades of Crimson #D5124B

Tints of Crimson #D5124B

RGB

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

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

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

R = 69.61%
G = 5.88%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5124B (or 0xD5124B) is known color: Crimson. HEX triplet: D5, 12 and 4B. RGB value is (213,18,75). Sum of RGB (Red+Green+Blue) = 213+18+75=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5124B is #2AEDB4. Grayscale: #525252. Windows color (decimal): -2813365 or 4920021. OLE color: 4920021.

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

Color convert

RGB 213 18 75 -
CMYK 0 0.92 0.65 0.16
HSL 342.46º 0.84% 0.45% -
HSV(B) 342.46º 0.92% 0.84% -
XYZ 28.93 15.09 8.04 -
YUV 82.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 213 18 75 0 0.92 0.65 0.16 342.46 0.84 0.45
Hex D5 12 4B 0 5C 41 10 156 54 2D
Octal 325 22 113 0 134 101 20 526 124 55
Binary 11010101 10010 1001011 0 1011100 1000001 10000 101010110 1010100 101101

Color Harmonies of #D5124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5124B

Black with #D5124B

Text Example


Text Example

White with #D5124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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