Html Css Color HEX #D4124B Crimson

📋 copy color: '#D4124B'

red 212 ◦ green 18 ◦ blue 75

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

Shades of Crimson #D4124B

Tints of Crimson #D4124B

RGB

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

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

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

R = 69.51%
G = 5.9%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4124B (or 0xD4124B) is known color: Crimson. HEX triplet: D4, 12 and 4B. RGB value is (212,18,75). Sum of RGB (Red+Green+Blue) = 212+18+75=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4124B is #2BEDB4. Grayscale: #525252. Windows color (decimal): -2878901 or 4920020. OLE color: 4920020.

HSL color Cylindrical-coordinate representation of color #D4124B: hue angle of 342.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4124B is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 75 -
CMYK 0 0.92 0.65 0.17
HSL 342.37º 0.84% 0.45% -
HSV(B) 342.37º 0.92% 0.83% -
XYZ 28.64 14.94 8.03 -
YUV 82.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 212 18 75 0 0.92 0.65 0.17 342.37 0.84 0.45
Hex D4 12 4B 0 5C 41 11 156 54 2D
Octal 324 22 113 0 134 101 21 526 124 55
Binary 11010100 10010 1001011 0 1011100 1000001 10001 101010110 1010100 101101

Color Harmonies of #D4124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4124B

Black with #D4124B

Text Example


Text Example

White with #D4124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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