Html Css Color HEX #D9092B Crimson

📋 copy color: '#D9092B'

red 217 ◦ green 9 ◦ blue 43

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

Shades of Crimson #D9092B

Tints of Crimson #D9092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 80.67%
G = 3.35%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9092B (or 0xD9092B) is known color: Crimson. HEX triplet: D9, 09 and 2B. RGB value is (217,9,43). Sum of RGB (Red+Green+Blue) = 217+9+43=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D9092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9092B is #26F6D4. Grayscale: #4B4B4B. Windows color (decimal): -2553557 or 2820569. OLE color: 2820569.

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

Color convert

RGB 217 9 43 -
CMYK 0 0.96 0.80 0.15
HSL 350.19º 0.92% 0.44% -
HSV(B) 350.19º 0.96% 0.85% -
XYZ 29.15 15.12 3.67 -
YUV 75.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 217 9 43 0 0.96 0.80 0.15 350.19 0.92 0.44
Hex D9 9 2B 0 60 50 F 15E 5C 2C
Octal 331 11 53 0 140 120 17 536 134 54
Binary 11011001 1001 101011 0 1100000 1010000 1111 101011110 1011100 101100

Color Harmonies of #D9092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9092B

Black with #D9092B

Text Example


Text Example

White with #D9092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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