Html Css Color HEX #D6124D Crimson

📋 copy color: '#D6124D'

red 214 ◦ green 18 ◦ blue 77

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

Shades of Crimson #D6124D

Tints of Crimson #D6124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 69.26%
G = 5.83%
B = 24.92%

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

#D6124D (or 0xD6124D) is known color: Crimson. HEX triplet: D6, 12 and 4D. RGB value is (214,18,77). Sum of RGB (Red+Green+Blue) = 214+18+77=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6124D is #29EDB2. Grayscale: #535353. Windows color (decimal): -2747827 or 5051094. OLE color: 5051094.

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

Color convert

RGB 214 18 77 -
CMYK 0 0.92 0.64 0.16
HSL 341.94º 0.84% 0.45% -
HSV(B) 341.94º 0.92% 0.84% -
XYZ 29.29 15.26 8.42 -
YUV 83.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 214 18 77 0 0.92 0.64 0.16 341.94 0.84 0.45
Hex D6 12 4D 0 5C 40 10 156 54 2D
Octal 326 22 115 0 134 100 20 526 124 55
Binary 11010110 10010 1001101 0 1011100 1000000 10000 101010110 1010100 101101

Color Harmonies of #D6124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6124D

Black with #D6124D

Text Example


Text Example

White with #D6124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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