Html Css Color HEX #D6123C Crimson

📋 copy color: '#D6123C'

red 214 ◦ green 18 ◦ blue 60

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

Shades of Crimson #D6123C

Tints of Crimson #D6123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 73.29%
G = 6.16%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6123C (or 0xD6123C) is known color: Crimson. HEX triplet: D6, 12 and 3C. RGB value is (214,18,60). Sum of RGB (Red+Green+Blue) = 214+18+60=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6123C is #29EDC3. Grayscale: #515151. Windows color (decimal): -2747844 or 3936982. OLE color: 3936982.

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

Color convert

RGB 214 18 60 -
CMYK 0 0.92 0.72 0.16
HSL 347.14º 0.84% 0.45% -
HSV(B) 347.14º 0.92% 0.84% -
XYZ 28.76 15.06 5.66 -
YUV 81.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 214 18 60 0 0.92 0.72 0.16 347.14 0.84 0.45
Hex D6 12 3C 0 5C 48 10 15B 54 2D
Octal 326 22 74 0 134 110 20 533 124 55
Binary 11010110 10010 111100 0 1011100 1001000 10000 101011011 1010100 101101

Color Harmonies of #D6123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6123C

Black with #D6123C

Text Example


Text Example

White with #D6123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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