Html Css Color HEX #D1093D Crimson

📋 copy color: '#D1093D'

red 209 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D1093D

Tints of Crimson #D1093D

RGB

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

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

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

R = 74.91%
G = 3.23%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1093D (or 0xD1093D) is known color: Crimson. HEX triplet: D1, 09 and 3D. RGB value is (209,9,61). Sum of RGB (Red+Green+Blue) = 209+9+61=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D1093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1093D is #2EF6C2. Grayscale: #4A4A4A. Windows color (decimal): -3077827 or 4000209. OLE color: 4000209.

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

Color convert

RGB 209 9 61 -
CMYK 0 0.96 0.71 0.18
HSL 344.4º 0.92% 0.43% -
HSV(B) 344.4º 0.96% 0.82% -
XYZ 27.23 14.09 5.7 -
YUV 74.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 209 9 61 0 0.96 0.71 0.18 344.4 0.92 0.43
Hex D1 9 3D 0 60 47 12 158 5C 2B
Octal 321 11 75 0 140 107 22 530 134 53
Binary 11010001 1001 111101 0 1100000 1000111 10010 101011000 1011100 101011

Color Harmonies of #D1093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1093D

Black with #D1093D

Text Example


Text Example

White with #D1093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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