Html Css Color HEX #D2184A Crimson

📋 copy color: '#D2184A'

red 210 ◦ green 24 ◦ blue 74

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

Shades of Crimson #D2184A

Tints of Crimson #D2184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 68.18%
G = 7.79%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2184A (or 0xD2184A) is known color: Crimson. HEX triplet: D2, 18 and 4A. RGB value is (210,24,74). Sum of RGB (Red+Green+Blue) = 210+24+74=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2184A is #2DE7B5. Grayscale: #555555. Windows color (decimal): -3008438 or 4856018. OLE color: 4856018.

HSL color Cylindrical-coordinate representation of color #D2184A: hue angle of 343.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2184A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 74 -
CMYK 0 0.89 0.65 0.18
HSL 343.87º 0.79% 0.46% -
HSV(B) 343.87º 0.89% 0.82% -
XYZ 28.14 14.85 7.86 -
YUV 85.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 210 24 74 0 0.89 0.65 0.18 343.87 0.79 0.46
Hex D2 18 4A 0 59 41 12 158 4F 2E
Octal 322 30 112 0 131 101 22 530 117 56
Binary 11010010 11000 1001010 0 1011001 1000001 10010 101011000 1001111 101110

Color Harmonies of #D2184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2184A

Black with #D2184A

Text Example


Text Example

White with #D2184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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