Html Css Color HEX #D2184E Crimson

📋 copy color: '#D2184E'

red 210 ◦ green 24 ◦ blue 78

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

Shades of Crimson #D2184E

Tints of Crimson #D2184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25%

R = 67.31%
G = 7.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2184E (or 0xD2184E) is known color: Crimson. HEX triplet: D2, 18 and 4E. RGB value is (210,24,78). Sum of RGB (Red+Green+Blue) = 210+24+78=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2184E is #2DE7B1. Grayscale: #555555. Windows color (decimal): -3008434 or 5118162. OLE color: 5118162.

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

Color convert

RGB 210 24 78 -
CMYK 0 0.89 0.63 0.18
HSL 342.58º 0.79% 0.46% -
HSV(B) 342.58º 0.89% 0.82% -
XYZ 28.28 14.9 8.59 -
YUV 85.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 210 24 78 0 0.89 0.63 0.18 342.58 0.79 0.46
Hex D2 18 4E 0 59 3F 12 157 4F 2E
Octal 322 30 116 0 131 77 22 527 117 56
Binary 11010010 11000 1001110 0 1011001 111111 10010 101010111 1001111 101110

Color Harmonies of #D2184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2184E

Black with #D2184E

Text Example


Text Example

White with #D2184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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