Html Css Color HEX #D8124B Crimson

📋 copy color: '#D8124B'

red 216 ◦ green 18 ◦ blue 75

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

Shades of Crimson #D8124B

Tints of Crimson #D8124B

RGB

 RED value IS 216 (84.77% from 255) = 69.9%

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 69.9%
G = 5.83%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8124B (or 0xD8124B) is known color: Crimson. HEX triplet: D8, 12 and 4B. RGB value is (216,18,75). Sum of RGB (Red+Green+Blue) = 216+18+75=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8124B is #27EDB4. Grayscale: #535353. Windows color (decimal): -2616757 or 4920024. OLE color: 4920024.

HSL color Cylindrical-coordinate representation of color #D8124B: hue angle of 342.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8124B is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 18 75 -
CMYK 0 0.92 0.65 0.15
HSL 342.73º 0.85% 0.46% -
HSV(B) 342.73º 0.92% 0.85% -
XYZ 29.81 15.54 8.09 -
YUV 83.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 216 18 75 0 0.92 0.65 0.15 342.73 0.85 0.46
Hex D8 12 4B 0 5C 41 F 157 55 2E
Octal 330 22 113 0 134 101 17 527 125 56
Binary 11011000 10010 1001011 0 1011100 1000001 1111 101010111 1010101 101110

Color Harmonies of #D8124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8124B

Black with #D8124B

Text Example


Text Example

White with #D8124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8124B; }

 p { color: rgb(216,18,75); }

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

background-color css

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

 a { background-color: rgb(216,18,75); }

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

border-color css

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

 span { border-color: rgb(216,18,75); }

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