Html Css Color HEX #D6124C Crimson

📋 copy color: '#D6124C'

red 214 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D6124C

Tints of Crimson #D6124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 69.48%
G = 5.84%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6124C (or 0xD6124C) is known color: Crimson. HEX triplet: D6, 12 and 4C. RGB value is (214,18,76). Sum of RGB (Red+Green+Blue) = 214+18+76=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6124C is #29EDB3. Grayscale: #535353. Windows color (decimal): -2747828 or 4985558. OLE color: 4985558.

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

Color convert

RGB 214 18 76 -
CMYK 0 0.92 0.64 0.16
HSL 342.24º 0.84% 0.45% -
HSV(B) 342.24º 0.92% 0.84% -
XYZ 29.25 15.25 8.24 -
YUV 83.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 214 18 76 0 0.92 0.64 0.16 342.24 0.84 0.45
Hex D6 12 4C 0 5C 40 10 156 54 2D
Octal 326 22 114 0 134 100 20 526 124 55
Binary 11010110 10010 1001100 0 1011100 1000000 10000 101010110 1010100 101101

Color Harmonies of #D6124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6124C

Black with #D6124C

Text Example


Text Example

White with #D6124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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