Html Css Color HEX #D9154D Crimson

📋 copy color: '#D9154D'

red 217 ◦ green 21 ◦ blue 77

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

Shades of Crimson #D9154D

Tints of Crimson #D9154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 68.89%
G = 6.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9154D (or 0xD9154D) is known color: Crimson. HEX triplet: D9, 15 and 4D. RGB value is (217,21,77). Sum of RGB (Red+Green+Blue) = 217+21+77=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9154D is #26EAB2. Grayscale: #555555. Windows color (decimal): -2550451 or 5051865. OLE color: 5051865.

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

Color convert

RGB 217 21 77 -
CMYK 0 0.90 0.65 0.15
HSL 342.86º 0.82% 0.47% -
HSV(B) 342.86º 0.9% 0.85% -
XYZ 30.22 15.82 8.48 -
YUV 85.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 217 21 77 0 0.90 0.65 0.15 342.86 0.82 0.47
Hex D9 15 4D 0 5A 41 F 157 52 2F
Octal 331 25 115 0 132 101 17 527 122 57
Binary 11011001 10101 1001101 0 1011010 1000001 1111 101010111 1010010 101111

Color Harmonies of #D9154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9154D

Black with #D9154D

Text Example


Text Example

White with #D9154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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