Html Css Color HEX #D1013E Crimson

📋 copy color: '#D1013E'

red 209 ◦ green 1 ◦ blue 62

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

Shades of Crimson #D1013E

Tints of Crimson #D1013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 76.84%
G = 0.37%
B = 22.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1013E (or 0xD1013E) is known color: Crimson. HEX triplet: D1, 01 and 3E. RGB value is (209,1,62). Sum of RGB (Red+Green+Blue) = 209+1+62=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1013E is #2EFEC1. Grayscale: #464646. Windows color (decimal): -3079874 or 4063697. OLE color: 4063697.

HSL color Cylindrical-coordinate representation of color #D1013E: hue angle of 342.4º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1013E is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 62 -
CMYK 0 1.00 0.70 0.18
HSL 342.4º 0.99% 0.41% -
HSV(B) 342.4º 1% 0.82% -
XYZ 27.17 13.92 5.81 -
YUV 70.15 123.41 227.04 -
System Red Green Blue C M Y K H S L
Decimal 209 1 62 0 1.00 0.70 0.18 342.4 0.99 0.41
Hex D1 1 3E 0 64 46 12 156 63 29
Octal 321 1 76 0 144 106 22 526 143 51
Binary 11010001 1 111110 0 1100100 1000110 10010 101010110 1100011 101001

Color Harmonies of #D1013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1013E

Black with #D1013E

Text Example


Text Example

White with #D1013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1013E; }

 p { color: rgb(209,1,62); }

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

background-color css

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

 a { background-color: rgb(209,1,62); }

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

border-color css

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

 span { border-color: rgb(209,1,62); }

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