Html Css Color HEX #D9182F Crimson

📋 copy color: '#D9182F'

red 217 ◦ green 24 ◦ blue 47

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

Shades of Crimson #D9182F

Tints of Crimson #D9182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 75.35%
G = 8.33%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9182F (or 0xD9182F) is known color: Crimson. HEX triplet: D9, 18 and 2F. RGB value is (217,24,47). Sum of RGB (Red+Green+Blue) = 217+24+47=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D9182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9182F is #26E7D0. Grayscale: #545454. Windows color (decimal): -2549713 or 3086553. OLE color: 3086553.

HSL color Cylindrical-coordinate representation of color #D9182F: hue angle of 352.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9182F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 47 -
CMYK 0 0.89 0.78 0.15
HSL 352.85º 0.8% 0.47% -
HSV(B) 352.85º 0.89% 0.85% -
XYZ 29.45 15.61 4.15 -
YUV 84.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 217 24 47 0 0.89 0.78 0.15 352.85 0.8 0.47
Hex D9 18 2F 0 59 4E F 161 50 2F
Octal 331 30 57 0 131 116 17 541 120 57
Binary 11011001 11000 101111 0 1011001 1001110 1111 101100001 1010000 101111

Color Harmonies of #D9182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9182F

Black with #D9182F

Text Example


Text Example

White with #D9182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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