Html Css Color HEX #D1063E Crimson

📋 copy color: '#D1063E'

red 209 ◦ green 6 ◦ blue 62

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

Shades of Crimson #D1063E

Tints of Crimson #D1063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 75.45%
G = 2.17%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1063E (or 0xD1063E) is known color: Crimson. HEX triplet: D1, 06 and 3E. RGB value is (209,6,62). Sum of RGB (Red+Green+Blue) = 209+6+62=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1063E is #2EF9C1. Grayscale: #494949. Windows color (decimal): -3078594 or 4064977. OLE color: 4064977.

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

Color convert

RGB 209 6 62 -
CMYK 0 0.97 0.70 0.18
HSL 343.45º 0.94% 0.42% -
HSV(B) 343.45º 0.97% 0.82% -
XYZ 27.23 14.03 5.83 -
YUV 73.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 209 6 62 0 0.97 0.70 0.18 343.45 0.94 0.42
Hex D1 6 3E 0 61 46 12 157 5E 2A
Octal 321 6 76 0 141 106 22 527 136 52
Binary 11010001 110 111110 0 1100001 1000110 10010 101010111 1011110 101010

Color Harmonies of #D1063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1063E

Black with #D1063E

Text Example


Text Example

White with #D1063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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