Html Css Color HEX #D2164A Crimson

📋 copy color: '#D2164A'

red 210 ◦ green 22 ◦ blue 74

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

Shades of Crimson #D2164A

Tints of Crimson #D2164A

RGB

 RED value IS 210 (82.42% from 255) = 68.63%

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

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

R = 68.63%
G = 7.19%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2164A (or 0xD2164A) is known color: Crimson. HEX triplet: D2, 16 and 4A. RGB value is (210,22,74). Sum of RGB (Red+Green+Blue) = 210+22+74=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2164A is #2DE9B5. Grayscale: #545454. Windows color (decimal): -3008950 or 4855506. OLE color: 4855506.

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

Color convert

RGB 210 22 74 -
CMYK 0 0.90 0.65 0.18
HSL 343.4º 0.81% 0.45% -
HSV(B) 343.4º 0.9% 0.82% -
XYZ 28.1 14.77 7.85 -
YUV 84.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 210 22 74 0 0.90 0.65 0.18 343.4 0.81 0.45
Hex D2 16 4A 0 5A 41 12 157 51 2D
Octal 322 26 112 0 132 101 22 527 121 55
Binary 11010010 10110 1001010 0 1011010 1000001 10010 101010111 1010001 101101

Color Harmonies of #D2164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2164A

Black with #D2164A

Text Example


Text Example

White with #D2164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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