Html Css Color HEX #D3184B Crimson

📋 copy color: '#D3184B'

red 211 ◦ green 24 ◦ blue 75

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

Shades of Crimson #D3184B

Tints of Crimson #D3184B

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

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

R = 68.06%
G = 7.74%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3184B (or 0xD3184B) is known color: Crimson. HEX triplet: D3, 18 and 4B. RGB value is (211,24,75). Sum of RGB (Red+Green+Blue) = 211+24+75=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3184B is #2CE7B4. Grayscale: #555555. Windows color (decimal): -2942901 or 4921555. OLE color: 4921555.

HSL color Cylindrical-coordinate representation of color #D3184B: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3184B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 24 75 -
CMYK 0 0.89 0.64 0.17
HSL 343.64º 0.8% 0.46% -
HSV(B) 343.64º 0.89% 0.83% -
XYZ 28.46 15.01 8.05 -
YUV 85.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 211 24 75 0 0.89 0.64 0.17 343.64 0.8 0.46
Hex D3 18 4B 0 59 40 11 158 50 2E
Octal 323 30 113 0 131 100 21 530 120 56
Binary 11010011 11000 1001011 0 1011001 1000000 10001 101011000 1010000 101110

Color Harmonies of #D3184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3184B

Black with #D3184B

Text Example


Text Example

White with #D3184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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