Html Css Color HEX #D9152F Crimson

📋 copy color: '#D9152F'

red 217 ◦ green 21 ◦ blue 47

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

Shades of Crimson #D9152F

Tints of Crimson #D9152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 76.14%
G = 7.37%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9152F (or 0xD9152F) is known color: Crimson. HEX triplet: D9, 15 and 2F. RGB value is (217,21,47). Sum of RGB (Red+Green+Blue) = 217+21+47=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9152F is #26EAD0. Grayscale: #525252. Windows color (decimal): -2550481 or 3085785. OLE color: 3085785.

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

Color convert

RGB 217 21 47 -
CMYK 0 0.90 0.78 0.15
HSL 352.04º 0.82% 0.47% -
HSV(B) 352.04º 0.9% 0.85% -
XYZ 29.4 15.49 4.13 -
YUV 82.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 217 21 47 0 0.90 0.78 0.15 352.04 0.82 0.47
Hex D9 15 2F 0 5A 4E F 160 52 2F
Octal 331 25 57 0 132 116 17 540 122 57
Binary 11011001 10101 101111 0 1011010 1001110 1111 101100000 1010010 101111

Color Harmonies of #D9152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9152F

Black with #D9152F

Text Example


Text Example

White with #D9152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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