Html Css Color HEX #D7184A Crimson

📋 copy color: '#D7184A'

red 215 ◦ green 24 ◦ blue 74

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

Shades of Crimson #D7184A

Tints of Crimson #D7184A

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

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

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

R = 68.69%
G = 7.67%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7184A (or 0xD7184A) is known color: Crimson. HEX triplet: D7, 18 and 4A. RGB value is (215,24,74). Sum of RGB (Red+Green+Blue) = 215+24+74=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7184A is #28E7B5. Grayscale: #565656. Windows color (decimal): -2680758 or 4856023. OLE color: 4856023.

HSL color Cylindrical-coordinate representation of color #D7184A: hue angle of 344.29º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7184A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 24 74 -
CMYK 0 0.89 0.66 0.16
HSL 344.29º 0.8% 0.47% -
HSV(B) 344.29º 0.89% 0.84% -
XYZ 29.59 15.59 7.93 -
YUV 86.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 215 24 74 0 0.89 0.66 0.16 344.29 0.8 0.47
Hex D7 18 4A 0 59 42 10 158 50 2F
Octal 327 30 112 0 131 102 20 530 120 57
Binary 11010111 11000 1001010 0 1011001 1000010 10000 101011000 1010000 101111

Color Harmonies of #D7184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7184A

Black with #D7184A

Text Example


Text Example

White with #D7184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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