Html Css Color HEX #D6124A Crimson

📋 copy color: '#D6124A'

red 214 ◦ green 18 ◦ blue 74

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

Shades of Crimson #D6124A

Tints of Crimson #D6124A

RGB

 RED value IS 214 (83.98% from 255) = 69.93%

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 69.93%
G = 5.88%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6124A (or 0xD6124A) is known color: Crimson. HEX triplet: D6, 12 and 4A. RGB value is (214,18,74). Sum of RGB (Red+Green+Blue) = 214+18+74=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6124A is #29EDB5. Grayscale: #525252. Windows color (decimal): -2747830 or 4854486. OLE color: 4854486.

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

Color convert

RGB 214 18 74 -
CMYK 0 0.92 0.65 0.16
HSL 342.86º 0.84% 0.45% -
HSV(B) 342.86º 0.92% 0.84% -
XYZ 29.18 15.22 7.88 -
YUV 82.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 214 18 74 0 0.92 0.65 0.16 342.86 0.84 0.45
Hex D6 12 4A 0 5C 41 10 157 54 2D
Octal 326 22 112 0 134 101 20 527 124 55
Binary 11010110 10010 1001010 0 1011100 1000001 10000 101010111 1010100 101101

Color Harmonies of #D6124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6124A

Black with #D6124A

Text Example


Text Example

White with #D6124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6124A; }

 p { color: rgb(214,18,74); }

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

background-color css

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

 a { background-color: rgb(214,18,74); }

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

border-color css

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

 span { border-color: rgb(214,18,74); }

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