Html Css Color HEX #D1073D Crimson

📋 copy color: '#D1073D'

red 209 ◦ green 7 ◦ blue 61

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

Shades of Crimson #D1073D

Tints of Crimson #D1073D

RGB

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

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

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

R = 75.45%
G = 2.53%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1073D (or 0xD1073D) is known color: Crimson. HEX triplet: D1, 07 and 3D. RGB value is (209,7,61). Sum of RGB (Red+Green+Blue) = 209+7+61=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1073D is #2EF8C2. Grayscale: #494949. Windows color (decimal): -3078339 or 3999697. OLE color: 3999697.

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

Color convert

RGB 209 7 61 -
CMYK 0 0.97 0.71 0.18
HSL 343.96º 0.94% 0.42% -
HSV(B) 343.96º 0.97% 0.82% -
XYZ 27.21 14.04 5.69 -
YUV 73.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 209 7 61 0 0.97 0.71 0.18 343.96 0.94 0.42
Hex D1 7 3D 0 61 47 12 158 5E 2A
Octal 321 7 75 0 141 107 22 530 136 52
Binary 11010001 111 111101 0 1100001 1000111 10010 101011000 1011110 101010

Color Harmonies of #D1073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1073D

Black with #D1073D

Text Example


Text Example

White with #D1073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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