Html Css Color HEX #D9152D Crimson

📋 copy color: '#D9152D'

red 217 ◦ green 21 ◦ blue 45

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

Shades of Crimson #D9152D

Tints of Crimson #D9152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 76.68%
G = 7.42%
B = 15.9%

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

#D9152D (or 0xD9152D) is known color: Crimson. HEX triplet: D9, 15 and 2D. RGB value is (217,21,45). Sum of RGB (Red+Green+Blue) = 217+21+45=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9152D is #26EAD2. Grayscale: #525252. Windows color (decimal): -2550483 or 2954713. OLE color: 2954713.

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

Color convert

RGB 217 21 45 -
CMYK 0 0.90 0.79 0.15
HSL 352.65º 0.82% 0.47% -
HSV(B) 352.65º 0.9% 0.85% -
XYZ 29.36 15.48 3.92 -
YUV 82.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 217 21 45 0 0.90 0.79 0.15 352.65 0.82 0.47
Hex D9 15 2D 0 5A 4F F 161 52 2F
Octal 331 25 55 0 132 117 17 541 122 57
Binary 11011001 10101 101101 0 1011010 1001111 1111 101100001 1010010 101111

Color Harmonies of #D9152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9152D

Black with #D9152D

Text Example


Text Example

White with #D9152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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