Html Css Color HEX #D6184B Crimson

📋 copy color: '#D6184B'

red 214 ◦ green 24 ◦ blue 75

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

Shades of Crimson #D6184B

Tints of Crimson #D6184B

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 68.37%
G = 7.67%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6184B (or 0xD6184B) is known color: Crimson. HEX triplet: D6, 18 and 4B. RGB value is (214,24,75). Sum of RGB (Red+Green+Blue) = 214+24+75=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6184B is #29E7B4. Grayscale: #565656. Windows color (decimal): -2746293 or 4921558. OLE color: 4921558.

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

Color convert

RGB 214 24 75 -
CMYK 0 0.89 0.65 0.16
HSL 343.89º 0.8% 0.47% -
HSV(B) 343.89º 0.89% 0.84% -
XYZ 29.33 15.46 8.09 -
YUV 86.62 121.45 218.85 -
System Red Green Blue C M Y K H S L
Decimal 214 24 75 0 0.89 0.65 0.16 343.89 0.8 0.47
Hex D6 18 4B 0 59 41 10 158 50 2F
Octal 326 30 113 0 131 101 20 530 120 57
Binary 11010110 11000 1001011 0 1011001 1000001 10000 101011000 1010000 101111

Color Harmonies of #D6184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6184B

Black with #D6184B

Text Example


Text Example

White with #D6184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6184B; }

 p { color: rgb(214,24,75); }

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

background-color css

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

 a { background-color: rgb(214,24,75); }

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

border-color css

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

 span { border-color: rgb(214,24,75); }

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