Html Css Color HEX #D9093B Crimson

📋 copy color: '#D9093B'

red 217 ◦ green 9 ◦ blue 59

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

Shades of Crimson #D9093B

Tints of Crimson #D9093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 76.14%
G = 3.16%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9093B (or 0xD9093B) is known color: Crimson. HEX triplet: D9, 09 and 3B. RGB value is (217,9,59). Sum of RGB (Red+Green+Blue) = 217+9+59=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9093B is #26F6C4. Grayscale: #4C4C4C. Windows color (decimal): -2553541 or 3869145. OLE color: 3869145.

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

Color convert

RGB 217 9 59 -
CMYK 0 0.96 0.73 0.15
HSL 345.58º 0.92% 0.44% -
HSV(B) 345.58º 0.96% 0.85% -
XYZ 29.5 15.26 5.53 -
YUV 76.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 217 9 59 0 0.96 0.73 0.15 345.58 0.92 0.44
Hex D9 9 3B 0 60 49 F 15A 5C 2C
Octal 331 11 73 0 140 111 17 532 134 54
Binary 11011001 1001 111011 0 1100000 1001001 1111 101011010 1011100 101100

Color Harmonies of #D9093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9093B

Black with #D9093B

Text Example


Text Example

White with #D9093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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