Html Css Color HEX #D9154A Crimson

📋 copy color: '#D9154A'

red 217 ◦ green 21 ◦ blue 74

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

Shades of Crimson #D9154A

Tints of Crimson #D9154A

RGB

 RED value IS 217 (85.16% from 255) = 69.55%

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

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

R = 69.55%
G = 6.73%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9154A (or 0xD9154A) is known color: Crimson. HEX triplet: D9, 15 and 4A. RGB value is (217,21,74). Sum of RGB (Red+Green+Blue) = 217+21+74=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9154A is #26EAB5. Grayscale: #555555. Windows color (decimal): -2550454 or 4855257. OLE color: 4855257.

HSL color Cylindrical-coordinate representation of color #D9154A: hue angle of 343.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9154A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 74 -
CMYK 0 0.90 0.66 0.15
HSL 343.78º 0.82% 0.47% -
HSV(B) 343.78º 0.9% 0.85% -
XYZ 30.12 15.78 7.94 -
YUV 85.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 217 21 74 0 0.90 0.66 0.15 343.78 0.82 0.47
Hex D9 15 4A 0 5A 42 F 158 52 2F
Octal 331 25 112 0 132 102 17 530 122 57
Binary 11011001 10101 1001010 0 1011010 1000010 1111 101011000 1010010 101111

Color Harmonies of #D9154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9154A

Black with #D9154A

Text Example


Text Example

White with #D9154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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