Html Css Color HEX #D9093A Crimson

📋 copy color: '#D9093A'

red 217 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D9093A

Tints of Crimson #D9093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 76.41%
G = 3.17%
B = 20.42%

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

#D9093A (or 0xD9093A) is known color: Crimson. HEX triplet: D9, 09 and 3A. RGB value is (217,9,58). Sum of RGB (Red+Green+Blue) = 217+9+58=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9093A is #26F6C5. Grayscale: #4C4C4C. Windows color (decimal): -2553542 or 3803609. OLE color: 3803609.

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

Color convert

RGB 217 9 58 -
CMYK 0 0.96 0.73 0.15
HSL 345.87º 0.92% 0.44% -
HSV(B) 345.87º 0.96% 0.85% -
XYZ 29.48 15.25 5.39 -
YUV 76.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 217 9 58 0 0.96 0.73 0.15 345.87 0.92 0.44
Hex D9 9 3A 0 60 49 F 15A 5C 2C
Octal 331 11 72 0 140 111 17 532 134 54
Binary 11011001 1001 111010 0 1100000 1001001 1111 101011010 1011100 101100

Color Harmonies of #D9093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9093A

Black with #D9093A

Text Example


Text Example

White with #D9093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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