Html Css Color HEX #D4184B Crimson

📋 copy color: '#D4184B'

red 212 ◦ green 24 ◦ blue 75

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

Shades of Crimson #D4184B

Tints of Crimson #D4184B

RGB

 RED value IS 212 (83.2% from 255) = 68.17%

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

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

R = 68.17%
G = 7.72%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4184B (or 0xD4184B) is known color: Crimson. HEX triplet: D4, 18 and 4B. RGB value is (212,24,75). Sum of RGB (Red+Green+Blue) = 212+24+75=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4184B is #2BE7B4. Grayscale: #565656. Windows color (decimal): -2877365 or 4921556. OLE color: 4921556.

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

Color convert

RGB 212 24 75 -
CMYK 0 0.89 0.65 0.17
HSL 343.72º 0.8% 0.46% -
HSV(B) 343.72º 0.89% 0.83% -
XYZ 28.75 15.16 8.07 -
YUV 86.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 212 24 75 0 0.89 0.65 0.17 343.72 0.8 0.46
Hex D4 18 4B 0 59 41 11 158 50 2E
Octal 324 30 113 0 131 101 21 530 120 56
Binary 11010100 11000 1001011 0 1011001 1000001 10001 101011000 1010000 101110

Color Harmonies of #D4184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4184B

Black with #D4184B

Text Example


Text Example

White with #D4184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4184B; }

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

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

background-color css

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

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

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

border-color css

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

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

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