Html Css Color HEX #D5154A Crimson

📋 copy color: '#D5154A'

red 213 ◦ green 21 ◦ blue 74

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

Shades of Crimson #D5154A

Tints of Crimson #D5154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 69.16%
G = 6.82%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5154A (or 0xD5154A) is known color: Crimson. HEX triplet: D5, 15 and 4A. RGB value is (213,21,74). Sum of RGB (Red+Green+Blue) = 213+21+74=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5154A is #2AEAB5. Grayscale: #545454. Windows color (decimal): -2812598 or 4855253. OLE color: 4855253.

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

Color convert

RGB 213 21 74 -
CMYK 0 0.90 0.65 0.16
HSL 343.44º 0.82% 0.46% -
HSV(B) 343.44º 0.9% 0.84% -
XYZ 28.94 15.18 7.88 -
YUV 84.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 213 21 74 0 0.90 0.65 0.16 343.44 0.82 0.46
Hex D5 15 4A 0 5A 41 10 157 52 2E
Octal 325 25 112 0 132 101 20 527 122 56
Binary 11010101 10101 1001010 0 1011010 1000001 10000 101010111 1010010 101110

Color Harmonies of #D5154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5154A

Black with #D5154A

Text Example


Text Example

White with #D5154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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