Html Css Color HEX #D5164A Crimson

📋 copy color: '#D5164A'

red 213 ◦ green 22 ◦ blue 74

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

Shades of Crimson #D5164A

Tints of Crimson #D5164A

RGB

 RED value IS 213 (83.59% from 255) = 68.93%

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

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

R = 68.93%
G = 7.12%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5164A (or 0xD5164A) is known color: Crimson. HEX triplet: D5, 16 and 4A. RGB value is (213,22,74). Sum of RGB (Red+Green+Blue) = 213+22+74=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5164A is #2AE9B5. Grayscale: #555555. Windows color (decimal): -2812342 or 4855509. OLE color: 4855509.

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

Color convert

RGB 213 22 74 -
CMYK 0 0.90 0.65 0.16
HSL 343.66º 0.81% 0.46% -
HSV(B) 343.66º 0.9% 0.84% -
XYZ 28.96 15.21 7.89 -
YUV 85.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 213 22 74 0 0.90 0.65 0.16 343.66 0.81 0.46
Hex D5 16 4A 0 5A 41 10 158 51 2E
Octal 325 26 112 0 132 101 20 530 121 56
Binary 11010101 10110 1001010 0 1011010 1000001 10000 101011000 1010001 101110

Color Harmonies of #D5164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5164A

Black with #D5164A

Text Example


Text Example

White with #D5164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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