Html Css Color HEX #D9152E Crimson

📋 copy color: '#D9152E'

red 217 ◦ green 21 ◦ blue 46

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

Shades of Crimson #D9152E

Tints of Crimson #D9152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 76.41%
G = 7.39%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9152E (or 0xD9152E) is known color: Crimson. HEX triplet: D9, 15 and 2E. RGB value is (217,21,46). Sum of RGB (Red+Green+Blue) = 217+21+46=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9152E is #26EAD1. Grayscale: #525252. Windows color (decimal): -2550482 or 3020249. OLE color: 3020249.

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

Color convert

RGB 217 21 46 -
CMYK 0 0.90 0.79 0.15
HSL 352.35º 0.82% 0.47% -
HSV(B) 352.35º 0.9% 0.85% -
XYZ 29.38 15.49 4.03 -
YUV 82.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 217 21 46 0 0.90 0.79 0.15 352.35 0.82 0.47
Hex D9 15 2E 0 5A 4F F 160 52 2F
Octal 331 25 56 0 132 117 17 540 122 57
Binary 11011001 10101 101110 0 1011010 1001111 1111 101100000 1010010 101111

Color Harmonies of #D9152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9152E

Black with #D9152E

Text Example


Text Example

White with #D9152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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