Html Css Color HEX #D1013D Crimson

📋 copy color: '#D1013D'

red 209 ◦ green 1 ◦ blue 61

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

Shades of Crimson #D1013D

Tints of Crimson #D1013D

RGB

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

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

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

R = 77.12%
G = 0.37%
B = 22.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1013D (or 0xD1013D) is known color: Crimson. HEX triplet: D1, 01 and 3D. RGB value is (209,1,61). Sum of RGB (Red+Green+Blue) = 209+1+61=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1013D is #2EFEC2. Grayscale: #464646. Windows color (decimal): -3079875 or 3998161. OLE color: 3998161.

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

Color convert

RGB 209 1 61 -
CMYK 0 1.00 0.71 0.18
HSL 342.69º 0.99% 0.41% -
HSV(B) 342.69º 1% 0.82% -
XYZ 27.15 13.91 5.67 -
YUV 70.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 209 1 61 0 1.00 0.71 0.18 342.69 0.99 0.41
Hex D1 1 3D 0 64 47 12 157 63 29
Octal 321 1 75 0 144 107 22 527 143 51
Binary 11010001 1 111101 0 1100100 1000111 10010 101010111 1100011 101001

Color Harmonies of #D1013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1013D

Black with #D1013D

Text Example


Text Example

White with #D1013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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