Html Css Color HEX #D3164A Crimson

📋 copy color: '#D3164A'

red 211 ◦ green 22 ◦ blue 74

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

Shades of Crimson #D3164A

Tints of Crimson #D3164A

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 68.73%
G = 7.17%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3164A (or 0xD3164A) is known color: Crimson. HEX triplet: D3, 16 and 4A. RGB value is (211,22,74). Sum of RGB (Red+Green+Blue) = 211+22+74=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3164A is #2CE9B5. Grayscale: #545454. Windows color (decimal): -2943414 or 4855507. OLE color: 4855507.

HSL color Cylindrical-coordinate representation of color #D3164A: hue angle of 343.49º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3164A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 74 -
CMYK 0 0.90 0.65 0.17
HSL 343.49º 0.81% 0.46% -
HSV(B) 343.49º 0.9% 0.83% -
XYZ 28.39 14.92 7.86 -
YUV 84.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 211 22 74 0 0.90 0.65 0.17 343.49 0.81 0.46
Hex D3 16 4A 0 5A 41 11 157 51 2E
Octal 323 26 112 0 132 101 21 527 121 56
Binary 11010011 10110 1001010 0 1011010 1000001 10001 101010111 1010001 101110

Color Harmonies of #D3164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3164A

Black with #D3164A

Text Example


Text Example

White with #D3164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3164A; }

 p { color: rgb(211,22,74); }

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

background-color css

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

 a { background-color: rgb(211,22,74); }

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

border-color css

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

 span { border-color: rgb(211,22,74); }

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