Html Css Color HEX #D9093C Crimson

📋 copy color: '#D9093C'

red 217 ◦ green 9 ◦ blue 60

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

Shades of Crimson #D9093C

Tints of Crimson #D9093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 75.87%
G = 3.15%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9093C (or 0xD9093C) is known color: Crimson. HEX triplet: D9, 09 and 3C. RGB value is (217,9,60). Sum of RGB (Red+Green+Blue) = 217+9+60=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9093C is #26F6C3. Grayscale: #4D4D4D. Windows color (decimal): -2553540 or 3934681. OLE color: 3934681.

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

Color convert

RGB 217 9 60 -
CMYK 0 0.96 0.72 0.15
HSL 345.29º 0.92% 0.44% -
HSV(B) 345.29º 0.96% 0.85% -
XYZ 29.53 15.27 5.67 -
YUV 77.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 217 9 60 0 0.96 0.72 0.15 345.29 0.92 0.44
Hex D9 9 3C 0 60 48 F 159 5C 2C
Octal 331 11 74 0 140 110 17 531 134 54
Binary 11011001 1001 111100 0 1100000 1001000 1111 101011001 1011100 101100

Color Harmonies of #D9093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9093C

Black with #D9093C

Text Example


Text Example

White with #D9093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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