Html Css Color HEX #D5154C Crimson

📋 copy color: '#D5154C'

red 213 ◦ green 21 ◦ blue 76

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

Shades of Crimson #D5154C

Tints of Crimson #D5154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 68.71%
G = 6.77%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5154C (or 0xD5154C) is known color: Crimson. HEX triplet: D5, 15 and 4C. RGB value is (213,21,76). Sum of RGB (Red+Green+Blue) = 213+21+76=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5154C is #2AEAB3. Grayscale: #545454. Windows color (decimal): -2812596 or 4986325. OLE color: 4986325.

HSL color Cylindrical-coordinate representation of color #D5154C: hue angle of 342.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5154C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 76 -
CMYK 0 0.90 0.64 0.16
HSL 342.81º 0.82% 0.46% -
HSV(B) 342.81º 0.9% 0.84% -
XYZ 29.01 15.2 8.24 -
YUV 84.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 213 21 76 0 0.90 0.64 0.16 342.81 0.82 0.46
Hex D5 15 4C 0 5A 40 10 157 52 2E
Octal 325 25 114 0 132 100 20 527 122 56
Binary 11010101 10101 1001100 0 1011010 1000000 10000 101010111 1010010 101110

Color Harmonies of #D5154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5154C

Black with #D5154C

Text Example


Text Example

White with #D5154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5154C; }

 p { color: rgb(213,21,76); }

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

background-color css

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

 a { background-color: rgb(213,21,76); }

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

border-color css

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

 span { border-color: rgb(213,21,76); }

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