Html Css Color HEX #D1184B Crimson

📋 copy color: '#D1184B'

red 209 ◦ green 24 ◦ blue 75

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

Shades of Crimson #D1184B

Tints of Crimson #D1184B

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

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

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

R = 67.86%
G = 7.79%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1184B (or 0xD1184B) is known color: Crimson. HEX triplet: D1, 18 and 4B. RGB value is (209,24,75). Sum of RGB (Red+Green+Blue) = 209+24+75=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1184B is #2EE7B4. Grayscale: #555555. Windows color (decimal): -3073973 or 4921553. OLE color: 4921553.

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

Color convert

RGB 209 24 75 -
CMYK 0 0.89 0.64 0.18
HSL 343.46º 0.79% 0.46% -
HSV(B) 343.46º 0.89% 0.82% -
XYZ 27.89 14.72 8.03 -
YUV 85.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 209 24 75 0 0.89 0.64 0.18 343.46 0.79 0.46
Hex D1 18 4B 0 59 40 12 157 4F 2E
Octal 321 30 113 0 131 100 22 527 117 56
Binary 11010001 11000 1001011 0 1011001 1000000 10010 101010111 1001111 101110

Color Harmonies of #D1184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1184B

Black with #D1184B

Text Example


Text Example

White with #D1184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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