Html Css Color HEX #D1013F Crimson

📋 copy color: '#D1013F'

red 209 ◦ green 1 ◦ blue 63

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

Shades of Crimson #D1013F

Tints of Crimson #D1013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 76.56%
G = 0.37%
B = 23.08%

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

#D1013F (or 0xD1013F) is known color: Crimson. HEX triplet: D1, 01 and 3F. RGB value is (209,1,63). Sum of RGB (Red+Green+Blue) = 209+1+63=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1013F is #2EFEC0. Grayscale: #464646. Windows color (decimal): -3079873 or 4129233. OLE color: 4129233.

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

Color convert

RGB 209 1 63 -
CMYK 0 1.00 0.70 0.18
HSL 342.12º 0.99% 0.41% -
HSV(B) 342.12º 1% 0.82% -
XYZ 27.2 13.94 5.96 -
YUV 70.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 209 1 63 0 1.00 0.70 0.18 342.12 0.99 0.41
Hex D1 1 3F 0 64 46 12 156 63 29
Octal 321 1 77 0 144 106 22 526 143 51
Binary 11010001 1 111111 0 1100100 1000110 10010 101010110 1100011 101001

Color Harmonies of #D1013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1013F

Black with #D1013F

Text Example


Text Example

White with #D1013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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