Html Css Color HEX #D1094B Crimson

📋 copy color: '#D1094B'

red 209 ◦ green 9 ◦ blue 75

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

Shades of Crimson #D1094B

Tints of Crimson #D1094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 71.33%
G = 3.07%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1094B (or 0xD1094B) is known color: Crimson. HEX triplet: D1, 09 and 4B. RGB value is (209,9,75). Sum of RGB (Red+Green+Blue) = 209+9+75=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1094B is #2EF6B4. Grayscale: #4C4C4C. Windows color (decimal): -3077813 or 4917713. OLE color: 4917713.

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

Color convert

RGB 209 9 75 -
CMYK 0 0.96 0.64 0.18
HSL 340.2º 0.92% 0.43% -
HSV(B) 340.2º 0.96% 0.82% -
XYZ 27.66 14.26 7.95 -
YUV 76.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 209 9 75 0 0.96 0.64 0.18 340.2 0.92 0.43
Hex D1 9 4B 0 60 40 12 154 5C 2B
Octal 321 11 113 0 140 100 22 524 134 53
Binary 11010001 1001 1001011 0 1100000 1000000 10010 101010100 1011100 101011

Color Harmonies of #D1094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1094B

Black with #D1094B

Text Example


Text Example

White with #D1094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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