Html Css Color HEX #D1073B Crimson

📋 copy color: '#D1073B'

red 209 ◦ green 7 ◦ blue 59

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

Shades of Crimson #D1073B

Tints of Crimson #D1073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 76%
G = 2.55%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1073B (or 0xD1073B) is known color: Crimson. HEX triplet: D1, 07 and 3B. RGB value is (209,7,59). Sum of RGB (Red+Green+Blue) = 209+7+59=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1073B is #2EF8C4. Grayscale: #494949. Windows color (decimal): -3078341 or 3868625. OLE color: 3868625.

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

Color convert

RGB 209 7 59 -
CMYK 0 0.97 0.72 0.18
HSL 344.55º 0.94% 0.42% -
HSV(B) 344.55º 0.97% 0.82% -
XYZ 27.16 14.02 5.41 -
YUV 73.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 209 7 59 0 0.97 0.72 0.18 344.55 0.94 0.42
Hex D1 7 3B 0 61 48 12 159 5E 2A
Octal 321 7 73 0 141 110 22 531 136 52
Binary 11010001 111 111011 0 1100001 1001000 10010 101011001 1011110 101010

Color Harmonies of #D1073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1073B

Black with #D1073B

Text Example


Text Example

White with #D1073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1073B; }

 p { color: rgb(209,7,59); }

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

background-color css

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

 a { background-color: rgb(209,7,59); }

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

border-color css

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

 span { border-color: rgb(209,7,59); }

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