Html Css Color HEX #D1093A Crimson

📋 copy color: '#D1093A'

red 209 ◦ green 9 ◦ blue 58

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

Shades of Crimson #D1093A

Tints of Crimson #D1093A

RGB

 RED value IS 209 (82.03% from 255) = 75.72%

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

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

R = 75.72%
G = 3.26%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1093A (or 0xD1093A) is known color: Crimson. HEX triplet: D1, 09 and 3A. RGB value is (209,9,58). Sum of RGB (Red+Green+Blue) = 209+9+58=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D1093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1093A is #2EF6C5. Grayscale: #4A4A4A. Windows color (decimal): -3077830 or 3803601. OLE color: 3803601.

HSL color Cylindrical-coordinate representation of color #D1093A: hue angle of 345.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1093A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 58 -
CMYK 0 0.96 0.72 0.18
HSL 345.3º 0.92% 0.43% -
HSV(B) 345.3º 0.96% 0.82% -
XYZ 27.16 14.06 5.28 -
YUV 74.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 209 9 58 0 0.96 0.72 0.18 345.3 0.92 0.43
Hex D1 9 3A 0 60 48 12 159 5C 2B
Octal 321 11 72 0 140 110 22 531 134 53
Binary 11010001 1001 111010 0 1100000 1001000 10010 101011001 1011100 101011

Color Harmonies of #D1093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1093A

Black with #D1093A

Text Example


Text Example

White with #D1093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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