Html Css Color HEX #D9092D Crimson

📋 copy color: '#D9092D'

red 217 ◦ green 9 ◦ blue 45

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

Shades of Crimson #D9092D

Tints of Crimson #D9092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 80.07%
G = 3.32%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9092D (or 0xD9092D) is known color: Crimson. HEX triplet: D9, 09 and 2D. RGB value is (217,9,45). Sum of RGB (Red+Green+Blue) = 217+9+45=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9092D is #26F6D2. Grayscale: #4B4B4B. Windows color (decimal): -2553555 or 2951641. OLE color: 2951641.

HSL color Cylindrical-coordinate representation of color #D9092D: hue angle of 349.62º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9092D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 9 45 -
CMYK 0 0.96 0.79 0.15
HSL 349.62º 0.92% 0.44% -
HSV(B) 349.62º 0.96% 0.85% -
XYZ 29.19 15.14 3.87 -
YUV 75.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 217 9 45 0 0.96 0.79 0.15 349.62 0.92 0.44
Hex D9 9 2D 0 60 4F F 15E 5C 2C
Octal 331 11 55 0 140 117 17 536 134 54
Binary 11011001 1001 101101 0 1100000 1001111 1111 101011110 1011100 101100

Color Harmonies of #D9092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9092D

Black with #D9092D

Text Example


Text Example

White with #D9092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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