Html Css Color HEX #D9093D Crimson

📋 copy color: '#D9093D'

red 217 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D9093D

Tints of Crimson #D9093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 75.61%
G = 3.14%
B = 21.25%

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

#D9093D (or 0xD9093D) is known color: Crimson. HEX triplet: D9, 09 and 3D. RGB value is (217,9,61). Sum of RGB (Red+Green+Blue) = 217+9+61=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D9093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9093D is #26F6C2. Grayscale: #4D4D4D. Windows color (decimal): -2553539 or 4000217. OLE color: 4000217.

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

Color convert

RGB 217 9 61 -
CMYK 0 0.96 0.72 0.15
HSL 345º 0.92% 0.44% -
HSV(B) 345º 0.96% 0.85% -
XYZ 29.56 15.28 5.81 -
YUV 77.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 217 9 61 0 0.96 0.72 0.15 345 0.92 0.44
Hex D9 9 3D 0 60 48 F 159 5C 2C
Octal 331 11 75 0 140 110 17 531 134 54
Binary 11011001 1001 111101 0 1100000 1001000 1111 101011001 1011100 101100

Color Harmonies of #D9093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9093D

Black with #D9093D

Text Example


Text Example

White with #D9093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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