Html Css Color HEX #D1072D Crimson

📋 copy color: '#D1072D'

red 209 ◦ green 7 ◦ blue 45

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

Shades of Crimson #D1072D

Tints of Crimson #D1072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 80.08%
G = 2.68%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1072D (or 0xD1072D) is known color: Crimson. HEX triplet: D1, 07 and 2D. RGB value is (209,7,45). Sum of RGB (Red+Green+Blue) = 209+7+45=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D1072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1072D is #2EF8D2. Grayscale: #474747. Windows color (decimal): -3078355 or 2951121. OLE color: 2951121.

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

Color convert

RGB 209 7 45 -
CMYK 0 0.97 0.78 0.18
HSL 348.71º 0.94% 0.42% -
HSV(B) 348.71º 0.97% 0.82% -
XYZ 26.84 13.9 3.75 -
YUV 71.73 112.92 225.91 -
System Red Green Blue C M Y K H S L
Decimal 209 7 45 0 0.97 0.78 0.18 348.71 0.94 0.42
Hex D1 7 2D 0 61 4E 12 15D 5E 2A
Octal 321 7 55 0 141 116 22 535 136 52
Binary 11010001 111 101101 0 1100001 1001110 10010 101011101 1011110 101010

Color Harmonies of #D1072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1072D

Black with #D1072D

Text Example


Text Example

White with #D1072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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